Command: sqrt
NEST HelpDesk
Command Index
NEST Quick Reference
Name:
sqrt - compute the square root of a non-negative number
Synopsis:
number sqrt -> double
Examples:
4 sqrt -> 2.0
Description:
sqrt computes the the square root of a number.
If the value is negative, a RangeCheck error is raised.
SeeAlso:
sqr
Source:
/usr/src/packages/BUILD/sli/slimath.cc
NEST HelpDesk
Command Index
NEST Quick Reference
© 2004
The NEST Initiative