See description in the official Python docs.
Variables
Functions
acos()
function
Overloads
acos
(x) -> float
Standard function of Indie math package (similar to Python’s).
asin()
function
Overloads
asin
(x) -> float
Standard function of Indie math package (similar to Python’s).
atan()
function
Overloads
atan
(x) -> float
Standard function of Indie math package (similar to Python’s).
ceil()
function
Overloads
ceil
(x) -> int
Standard function of Indie math package (similar to Python’s).
cos()
function
Overloads
cos
(x) -> float
Standard function of Indie math package (similar to Python’s).
exp()
function
Overloads
exp
(x) -> float
Standard function of Indie math package (similar to Python’s).
exp2()
function
Overloads
exp2
(x) -> float
Standard function of Indie math package (similar to Python’s).
floor()
function
Overloads
floor
(x) -> int
Standard function of Indie math package (similar to Python’s).
isclose()
function
Overloads
isclose
(x, y, *, rel_tol, abs_tol) -> bool
Standard function of Indie math package (similar to Python’s).
isnan()
function
Overloads
isnan
(x) -> bool
Standard function of Indie math package (similar to Python’s).
log()
function
Overloads
log
(x) -> float
Standard function of Indie math package (similar to Python’s).
log10()
function
Overloads
log10
(x) -> float
Standard function of Indie math package (similar to Python’s).
log2()
function
Overloads
log2
(x) -> float
Standard function of Indie math package (similar to Python’s).
pow()
function
Overloads
pow
(x, y) -> float
Standard function of Indie math package (similar to Python’s).
sin()
function
Overloads
sin
(x) -> float
Standard function of Indie math package (similar to Python’s).
sqrt()
function
Overloads
sqrt
(x) -> float
Standard function of Indie math package (similar to Python’s).
tan()
function
Overloads
tan
(x) -> float
Standard function of Indie math package (similar to Python’s).