math.infix.ops
acot
added in 3.0
(acot value)compute arccotangent, given the number, returns the arccotangent in radians
acsc
added in 3.0
(acsc value)compute arccosecant, given the number, returns the arccosecant in radians
asec
added in 3.0
(asec value)compute arcsecant, given the number, returns the arcsecant in radians
defbinary
macro
added in 3.0
(defbinary func-name & [alias])helper for java.lang.Math binary functions
defunary
macro
added in 3.0
(defunary func-name & [alias])helper for java.lang.Math unary functions