Programmer Guide/Command Reference/EVAL/sqrt: Difference between revisions

From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import)
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
=====sqrt=====
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
Compute the square root of the elements of the argument.


The square root of <var>x</var>
;Usage: '''<code>sqrt(<var>x</var>)</code>'''


=====Usage:=====
;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.


<code>sqrt(<var>x</var>)</code>
[[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]]

Revision as of 17:16, 6 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.

<function list>

Navigation menu

Personal tools