NumberValue
relationalai.semantics.std
NumberValue = Union[Variable, float, int, PyDecimal]A type representing a number value, which can be a literal float, int, or Decimal, or a Variable resulting from
some other expression which will evaluate to a number.
Members
Section titled “Members”-
Variable -
float -
int -
PyDecimal
Used By
Section titled “Used By”semantics > std ├── decimals │ └── decimal ├── math │ ├── abs │ ├── acos │ ├── acosh │ ├── acot │ ├── asin │ ├── asinh │ ├── atan │ ├── atanh │ ├── cbrt │ ├── ceil │ ├── clip │ ├── cos │ ├── cosh │ ├── cot │ ├── degrees │ ├── erf │ ├── erfinv │ ├── exp │ ├── factorial │ ├── floor │ ├── haversine │ ├── isclose │ ├── log │ ├── log10 │ ├── log2 │ ├── maximum │ ├── minimum │ ├── natural_log │ ├── pow │ ├── radians │ ├── sign │ ├── sin │ ├── sinh │ ├── sqrt │ ├── tan │ ├── tanh │ └── trunc_divide ├── numbers │ ├── integer │ └── number └── strings └── string