(calculate-degrees parsed-degrees)
convert parsed format to angle in degrees
convert parsed format to angle in degrees
(parse-degrees angle-in-degrees)
convert angle in degrees to parsed format of degrees, minutes and seconds
convert angle in degrees to parsed format of degrees, minutes and seconds
(standard-angle-in-degrees angle)
;; standardAngle (angle) → number Normalizes an angle to be in range [0-360). Angles outside this range will be normalized to be the equivalent angle with that range.
;; standardAngle (angle) → number Normalizes an angle to be in range [0-360). Angles outside this range will be normalized to be the equivalent angle with that range.
(standard-angle-in-radians angle-in-radians)
;; standardAngleInRadians (angle) → number Normalizes an angle to be in range [0-2*PI). Angles outside this range will be normalized to be the equivalent angle with that range.
;; standardAngleInRadians (angle) → number Normalizes an angle to be in range [0-2*PI). Angles outside this range will be normalized to be the equivalent angle with that range.
(to-degrees angle-in-radians)
;; toDegrees (angleRadians) → number
;; toDegrees (angleRadians) → number
(to-radians angle-in-degree)
;; toRadians (angleDegrees) → number
;; toRadians (angleDegrees) → number
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close