asin

asin() function is the Standard function available in 200OK.

Description : The asin function computes the arc sine of a given number within the range of -1 to 1, returning the result in radians. It is a mathematical operation that provides the angle whose sine is the specified number.

Syntax : fx_asin()

Example : fx_asin(0.234) returns 0.23618988434810217 as the response.

Here we go with simple scenario using the above function.

Scenario : A structural engineer is designing a bridge and needs to calculate the angle of inclination for the road ramps. They utilize a function to compute the arc sine of the slope's gradient, ensuring safe and efficient road design.

Request Side :

Passing the value inside the function.

Response Side :

Last updated