Documentation Index
Fetch the complete documentation index at: https://takeprofit.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Math package.
Variables
Constants
Standard constant of Indie math package (similar to Python’s).
Standard constant of Indie math package (similar to Python’s).
Standard constant of Indie math package (similar to Python’s).
Standard constant of Indie math package (similar to Python’s).
Functions
acos()
function
Overloads
Standard function of Indie math package (similar to Python’s).
Number on which the function will be calculated.
asin()
function
Overloads
Standard function of Indie math package (similar to Python’s).
Number on which the function will be calculated.
atan()
function
Overloads
Standard function of Indie math package (similar to Python’s).
Number on which the function will be calculated.
ceil()
function
Overloads
Standard function of Indie math package (similar to Python’s).
Number on which the function will be calculated.
cos()
function
Overloads
Standard function of Indie math package (similar to Python’s).
Number on which the function will be calculated.
exp()
function
Overloads
Standard function of Indie math package (similar to Python’s).
Number on which the function will be calculated.
exp2()
function
Overloads
Standard function of Indie math package (similar to Python’s).
Number on which the function will be calculated.
floor()
function
Overloads
Standard function of Indie math package (similar to Python’s).
Number on which the function will be calculated.
isclose()
function
Overloads
isclose
(x, y, *, rel_tol, abs_tol) -> bool
Standard function of Indie math package (similar to Python’s).
First value to check for proximity.
Second value to check for proximity.
Relative tolerance for proximity check.
Absolute tolerance for proximity check.
isnan()
function
Overloads
Standard function of Indie math package (similar to Python’s).
Number on which the function will be calculated.
log()
function
Overloads
Standard function of Indie math package (similar to Python’s).
Number on which the function will be calculated.
log10()
function
Overloads
Standard function of Indie math package (similar to Python’s).
Number on which the function will be calculated.
log2()
function
Overloads
Standard function of Indie math package (similar to Python’s).
Number on which the function will be calculated.
pow()
function
Overloads
Standard function of Indie math package (similar to Python’s).
Base value to calculate exponentiation.
Exponent (power) value to calculate exponentiation.
sin()
function
Overloads
Standard function of Indie math package (similar to Python’s).
Number on which the function will be calculated.
sqrt()
function
Overloads
Standard function of Indie math package (similar to Python’s).
Number on which the function will be calculated.
tan()
function
Overloads
Standard function of Indie math package (similar to Python’s).
Number on which the function will be calculated.