Module lang.float
Version 0.0.0
Module lang.float
functions
abs
acos
asin
atan
atan2
cbrt
ceiling
cos
cosh
exp
floor
fromBitsInt
fromHexString
fromString
isFinite
isInfinite
isNaN
log
log10
max
min
pow
round
sin
sinh
sqrt
sum
tan
tanh
toBitsInt
toExpString
toFixedString
toHexString
constants
E
Infinity
NaN
PI
Ballerina
Learn
Central
Language library
lang.float
constants
Constants
E
float
2.718281828459045
Euler's number.
Infinity
float
1.0/0.0
IEEE positive infinity.
NaN
float
0.0/0.0
IEEE not-a-number value.
PI
float
3.141592653589793
The number π.