function description
This commit is contained in:
@@ -119,4 +119,26 @@
|
||||
<string name="p_calc_haptic_feedback_duration_summary">Duration vibration on button click</string>
|
||||
<string name="c_functions">Functions</string>
|
||||
|
||||
<string name="c_fun_description_sin">Trigonometric sine function.</string>
|
||||
<string name="c_fun_description_cos">Trigonometric cosine function.</string>
|
||||
<string name="c_fun_description_tan">Trigonometric tangent function.</string>
|
||||
<string name="c_fun_description_cot">Trigonometric cotangent function.</string>
|
||||
<string name="c_fun_description_asin">Arcsine - the inverse of sine function.</string>
|
||||
<string name="c_fun_description_acos">Arccosine - the inverse of cosine function.</string>
|
||||
<string name="c_fun_description_atan">Arctangent - the inverse of tangent function.</string>
|
||||
<string name="c_fun_description_acot">Arccotangent - the inverse of cotangent function.</string>
|
||||
<string name="c_fun_description_ln">Natural logarithm - logarithm the base e.</string>
|
||||
<string name="c_fun_description_lg">Decadic logarithm - logarithm the base 10.</string>
|
||||
<string name="c_fun_description_exp">Exponential function.</string>
|
||||
<string name="c_fun_description_sqrt">Square root function.</string>
|
||||
<string name="c_fun_description_cubic">Cubic root function.</string>
|
||||
<string name="c_fun_description_abs">Function that gives absolute value of an argument.</string>
|
||||
<string name="c_fun_description_sgn">Function that gives the sign of an argument: -1 if argument is less than 0, 0 if equals to 0, 1 if more than 0.</string>
|
||||
<string name="c_fun_description_eq">Equals function - gives 1 if two arguments are equals, 0 otherwise.</string>
|
||||
<string name="c_fun_description_le">Lesser-or-equals function - gives 1 if two arguments are equals or first is less than second, 0 otherwise.</string>
|
||||
<string name="c_fun_description_ge">Greater-or-equals function - gives 1 if two arguments are equals or first is greater than second, 0 otherwise.</string>
|
||||
<string name="c_fun_description_ne">Not-equals function - gives 1 if two arguments are not equals, 0 otherwise.</string>
|
||||
<string name="c_fun_description_lt">Lesser function - gives 1 if first argument is less than second, 0 otherwise.</string>
|
||||
<string name="c_fun_description_gt">Greater function - gives 1 if first argument is greater than second, 0 otherwise.</string>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user