Module: math_funcs#

Functions#

acos(...)

bit_length(...): Returns the number of bits required to represent the integer part of positive float x.

ceil(...)

floor(...)

is_zero(...): check if a symbolic integer is zero

ln(...)

log2(...)

pi(...)

prod(...)

sabs(...)

sarg(...): Argument \(t\) of a complex number \(r e^{i t}\)

sconj(...): Compute the complex conjugate.

sexp(...)

smax(...): Returns the maximum of the given arguments, which may be symbolic.

smin(...): Returns the minimum of the given arguments, which may be symbolic.

ssqrt(...)

ssum(...)

Type Aliases#

SymbolicComplex

SymbolicFloat

SymbolicInt

SymbolicT

Instance of typing.TypeVar