ASin
Stores the arcsine of the src in answer.
Inputs
- src
- A value table.
- format
- deg (default) or rad.
Outputs
- answer
- A value table.
Comments
- src and answer must be of the same binding and format.
- If src is a constant value table (created by the Constant operator), no records will be added to the answer table.
- src must be a real value table with values ranging from -1 to 1. src records which are outside of this range will not add any values to the answer table.
- If format is "rad" the values store in the answer table will be radians, otherwise the values will be in degrees.
Syntax
asin(src)XML Example
<call name="ASin" src="src_tab" answer="ans_tab" />