import { Angle } from "https://deno.land/x/gmath@0.1.12/src/angle.ts";
Methods
abstract
acos(): numberThe arccosine of the Angle
abstract
asin(): numberThe arcsine of the Angle
abstract
atan(): numberThe arctangent of the Angle
abstract
cos(): numberThe cosine of the Angle
abstract
cot(): numberThe cotangent of the Angle
abstract
csc(): numberThe cosecant of the Angle
abstract
sec(): numberThe secant of the Angle
abstract
sin(): numberThe sine of the Angle
abstract
sincos(): [number, number]Both the sine and cosine of the Angle
abstract
tan(): numberThe tangent of the Angle
abstract
toString(): stringConverts this Angle to its string representation