Table of Contents
atanDescriptionCalculate the arctangent of a tangent value. Function prototypedouble atan <double:value> Arguments
Return valueThe arctangent of the tangent value, as a double-precision angle, in radians. Exampleecho <zs:RadToDeg <zs:atan 1>> // atan of 1 should be 45 degrees … the output of which is written to the event log by echo as: 45 CommentsNone. See alsoExcept where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
|