integers
relationalai.semantics.std
Integer manipulation functions.
.. deprecated:: 0.13.0
This module is deprecated. Use std.numbers instead.
This module provides functions for working with integers including type coercion and parsing from strings.
Functions
Functions exposed by this module.
int64()Coerce a number to Int64.
int128()Coerce a number to Int128.
parse_int64()Parse a string into an Int64.
parse_int128()Parse a string into an Int128.
parse()Parse a string into an Int128 (alias for parse_int128).