dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
Float.atan2
dil
Float
Float
Calculates atan(y/x). Returns itself.
class
Float
Float
atan2
(
Float
x
)
Meta
Source
See Implementation
dil
Float
Float
constructors
this
functions
abs
acos
asin
atan
atan2
cos
dup
equals
exp
fraction
hypot
isInf
isNInf
isNaN
isNeg
isPInf
isZero
ln
log10
log2
neg
opAdd
opAddAssign
opCmp
opDiv
opDivAssign
opDiv_r
opEquals
opMod
opModAssign
opMul
opMulAssign
opNeg
opSub
opSubAssign
opSub_r
pow
sin
sqrt
square
tan
toHex
toString
static functions
opCall
variables
f
Calculates atan(y/x). Returns itself.