enumerations#

class wrenfold.enumerations.NumberSet#

Members:

RealPositive

RealNonNegative

Real

Complex

Unknown

__eq__(self: object, other: object) bool#
__hash__(self: object) int#
__index__(self: wrenfold.enumerations.NumberSet) int#
__init__(self: wrenfold.enumerations.NumberSet, value: int) None#
__int__(self: wrenfold.enumerations.NumberSet) int#
__ne__(self: object, other: object) bool#
__str__()#

name(self: handle) -> str

property name#
class wrenfold.enumerations.RelationalOperation#

Members:

LessThan

LessThanOrEqual

Equal

__eq__(self: object, other: object) bool#
__hash__(self: object) int#
__index__(self: wrenfold.enumerations.RelationalOperation) int#
__init__(self: wrenfold.enumerations.RelationalOperation, value: int) None#
__int__(self: wrenfold.enumerations.RelationalOperation) int#
__ne__(self: object, other: object) bool#
__str__()#

name(self: handle) -> str

property name#
class wrenfold.enumerations.StdMathFunction#

Members:

Cos

Sin

Tan

Acos

Asin

Atan

Cosh

Sinh

Tanh

Acosh

Asinh

Atanh

Log

Sqrt

Abs

Signum

Floor

Atan2

Powi

Powf

__eq__(self: object, other: object) bool#
__hash__(self: object) int#
__index__(self: wrenfold.enumerations.StdMathFunction) int#
__init__(self: wrenfold.enumerations.StdMathFunction, value: int) None#
__int__(self: wrenfold.enumerations.StdMathFunction) int#
__ne__(self: object, other: object) bool#
__str__()#

name(self: handle) -> str

property name#
to_string(self: wrenfold.enumerations.StdMathFunction) str#

Convert to string.

class wrenfold.enumerations.SymbolicConstant#

Members:

Euler

Pi

__eq__(self: object, other: object) bool#
__hash__(self: object) int#
__index__(self: wrenfold.enumerations.SymbolicConstant) int#
__init__(self: wrenfold.enumerations.SymbolicConstant, value: int) None#
__int__(self: wrenfold.enumerations.SymbolicConstant) int#
__ne__(self: object, other: object) bool#
__str__()#

name(self: handle) -> str

property name#