Not all functions are provided on all platforms. In particular, the erf/1
and erfc/1
functions are not provided on Windows.
math
math
Module
math
Module summary
Mathematical functions.
Description
This module provides an interface to a number of mathematical functions.
Note
Exports
acos(X) -> float()
acosh(X) -> float()
asin(X) -> float()
asinh(X) -> float()
atan(X) -> float()
atan2(Y, X) -> float()
atanh(X) -> float()
cos(X) -> float()
登录查看完整内容