Login | Sign Up
 





 
AutoLISP Function Detail
Name: sqrt

Syntax:
(sqrt num)

Description:
Returns the square root of the number. Num can't be a negative value.

Example(s):
(sqrt 25)
5