2012-08-07 23:43:49 -04:00
|
|
|
<!--
|
|
|
|
~ Copyright (c) 2009-2011. Created by serso aka se.solovyev.
|
|
|
|
~ For more information, please, contact se.solovyev@gmail.com
|
|
|
|
~ or visit http://se.solovyev.org
|
|
|
|
-->
|
|
|
|
|
|
|
|
<resources>
|
|
|
|
|
2012-08-08 01:59:42 -04:00
|
|
|
<string name="c_operators">運算子</string>
|
2012-08-07 23:43:49 -04:00
|
|
|
|
2012-08-08 01:59:42 -04:00
|
|
|
<string name="c_op_description_mod">取 \'x\' 除以 \'y\' 的餘數.</string>
|
|
|
|
<string name="c_op_description_sum">計算 f(i) 的和, i 從 \'from\' 到 \'to\'.</string>
|
|
|
|
<string name="c_op_description_product">計算 \'f(i)\' 的積, i 從 \'from\' 到 \'to\'.</string>
|
|
|
|
<string name="c_op_description_derivative">計算 \'f(x)\' 對 \'x\' 的第 \'order\' 階微分(預設為 1) 在 \'x_point\' 的值 (預設 = \'x\').</string>
|
|
|
|
<string name="c_op_description_integral">計算 \'f(x)\' 對 \'x\' 的積分.</string>
|
|
|
|
<string name="c_op_description_integral_ab">計算 \'f(x)\' 對 \'x\' 從 \'a\' 到 \'b\' 的定積分.</string>
|
2012-08-07 23:43:49 -04:00
|
|
|
|
2012-08-08 01:59:42 -04:00
|
|
|
<string name="c_pf_description_factorial">計算符號之前的數的階乘.</string>
|
|
|
|
<string name="c_pf_description_double_factorial">計算符號之前的數的雙階乘.</string>
|
|
|
|
<string name="c_pf_description_percent" formatted="false">百分比.\n例:\n
|
2012-08-07 23:43:49 -04:00
|
|
|
100 + 50% = 150\n
|
|
|
|
100 * 50% = 50\n
|
|
|
|
100 + 100 * 50% * 50% = 125
|
|
|
|
</string>
|
2012-08-08 01:59:42 -04:00
|
|
|
<string name="c_pf_description_degree">將角度轉換為弳度.\n
|
|
|
|
例:\n
|
2012-08-07 23:43:49 -04:00
|
|
|
268° = 4.67748\n
|
|
|
|
30.21° = 0.52726
|
|
|
|
</string>
|
|
|
|
|
2012-08-08 01:59:42 -04:00
|
|
|
</resources>
|