|
Table of Contents
sinDescriptionCalculate the sine of an angle. Function prototypedouble sin <double:Angle> Arguments
Return valueThe sine of the angle, as a double. Exampledouble angle set angle <zs:DegToRad 30> // convert 30 degrees to radians echo <zs:sin angle> // sin of 30 degrees should be 0.5 … the output of which is written to the event log by echo as: 0.5 CommentsNone. See alsoExcept where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
|