parse
relationalai.semantics.std.decimals
parse(value: str, decimal: Concept) -> ExpressionParse a string into a decimal with the type specified by decimal concept.
.. deprecated:: 0.13.0
Use numbers.parse(value, decimal) <std.numbers.parse> instead.
Parameters
Section titled “Parameters”
(valuestr) - The string value to parse.
(decimalConcept) - The NumberConcept specifying the decimal type.
Returns
Section titled “Returns”Expression- An Expression computing the parsed decimal.