-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S
acos(S a)
S
asin(S a)
S
atan(S a)
S
atan2(S y, S x)
S
ceil(S a)
S
cos(S a)
S
cosh(S x)
S
exp(S a)
S
floor(S a)
S
hypot(S x, S y)
S
log(S a)
S
pow(S b, S e)
S
rectify(S x)
S
round(S a)
S
sigmoid(S x)
S
sin(S a)
S
sinh(S x)
S
sqrt(S a)
S
tan(S a)
S
tanh(S x)
-