Module: symbolics#
Utilities for simultaneous support for Sympy symbolic objects and concrete values.
Modules#
math_funcs module
types module
Classes#
class HasLength: Symbolic value for an object that has a length.
class Shaped: Symbolic value for an object that has a shape.
Functions#
bit_length(...): Returns the number of bits required to represent the integer part of positive float x.
is_symbolic(...): Returns whether the inputs contain any symbolic object.
is_zero(...): check if a symbolic integer is zero
sarg(...): Argument \(t\) of a complex number \(r e^{i t}\)
sconj(...): Compute the complex conjugate.
smax(...): Returns the maximum of the given arguments, which may be symbolic.
smin(...): Returns the minimum of the given arguments, which may be symbolic.