Login
|
Sign Up
AutoLISP Function Detail
Name:
sin
Syntax:
(sin
ang
)
Description:
Returns the sine of the angle in radians.
Ang
must be represented in radians also.
Example(s):
(sin (/ pi 2))
1.0