- :floating
sqrt
get square root of given value
Parameters
sqrt value :integer :floating :complex
Attributes
integer | get the integer square root |
Returns
Examples
copyprint sqrt 4 ; 2.0 print sqrt 16.0 ; 4.0 print sqrt 1.45 ; 1.20415945787923
copysqrt to :complex @[pi 1] ; => 1.794226987182141+0.2786715413222365i