Share Email Facebook Twitter LinkedIn cos (AutoLISP) 2013-04-10 Product Documentation Intermediate View Original Returns the cosine of an angle expressed in radians (cos ang) Arguments ang An angle, in radians. Return Values The cosine of ang, in radians. Examples Command: (cos 0.0) 1.0 Command: (cos pi) -1.0