(sqrt number)


Calculate the square root.


This function returns the square root of the number. The result is always a real number.

Examples

Code Returns
(sqrt 49) 7.00000
(sqrt PI) 1.77245

Tell me about...

(expt base power)

(log number)

(log10 number)

LISP Compatibility

pi

Programming Overview of LISP (LISt Processing) Language