In words square root of (A to the power of B plus 20)
In words square root of (A to the power of B plus 20)
+
+
Trigonometric functions:
+
+
Normal functions as SIN(x), COS(x), TAN(x) and COT(x) need x as input argument in degree. The reverse functions of above are named ASIN(x), ACOS(x), ATAN(x) and ACOT(x) and deliver degrees as output.
+
+
The functions ending with R as SINR(x) will need x in radians as input respectively deliver as output radians as ASINR(x) does.
+
+
Some examples:
+
+
SIN(30)=0.5 ASIN(0.5)=30° ASINR(0.5)=0.524rad
+
SINR(PI/4)=0.707 ASIN(0.707)=45°
+
+
If the argument of a function is stored in local variable A and the result should show up in local variable C then open variable A and give it the desired value say 0.5 then open variable C, there select ‘Expression’ and write as example ASINR. Now open the blue rectangle and select the variable (A in this case). Thereafter ASINR{lv=A}) is displayed In the 'Set C' window. Back in the main window the following is displayed: