Programmer Guide/Command Reference/EVAL/asin: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
Compute the inverse sine of the argument. | Compute the inverse sine of the argument. | ||
;Usage: '''<code> | ;Usage: '''<code>asin(<var>x</var>)</code>''' | ||
;Result: The result of this function has always the same type as the argument <var>x</var>. The function is applied to each element of <var>x</var>. | ;Result: The result of this function has always the same type as the argument <var>x</var>. The function is applied to each element of <var>x</var>. | ||
[[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]] | [[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]] |
Revision as of 09:47, 4 April 2011
Compute the inverse sine of the argument.
- Usage
asin(x)
- Result
- The result of this function has always the same type as the argument x. The function is applied to each element of x.