asin(f )
Returns the arc sine of f
Returns the principal value of the arc sine of f, expressed in radians. A runtime error is raised if f lies outside the range [-1, 1].
Parameters
f: floating point value
Return Value
the arc sine of f.
Example command: asin(0.707)
- Example Parameters:
- f is the sin of 45 deg. (.785 rad)
- Returns .785
- f is the sin of 45 deg. (.785 rad)