Programmer Guide/Command Reference/EVAL/sqrt: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
Compute the square root of the elements of the argument. | Compute the square root of the elements of the argument. | ||
;Usage: '''<code>sqrt(<var>x</var>)</code>''' | ;Usage: '''<code>sqrt(<var>x</var>)</code>''' | ||
;Result: The result of this function has always the same type as the argument <var>x</var>. The square root of each element of <var>x</var> is computed. | ;Result: The result of this function has always the same type as the argument <var>x</var>. The square root of each element of <var>x</var> is computed. | ||
;See also: [[../#Operators|operator '''^''']], [[../exp|exp]] | |||
[[ | [[../#Functions|<function list>]] |
Latest revision as of 11:58, 21 April 2011
Compute the square root of the elements of the argument.
- Usage
sqrt(x)
- Result
- The result of this function has always the same type as the argument x. The square root of each element of x is computed.
- See also
- operator ^, exp