parse
relationalai.semantics.std.decimals
parse(value: StringValue, 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
(valueStringValue) - The string value to parse.
(decimalConcept) - The NumberConcept specifying the decimal type.
Returns
Expression- An Expression computing the parsed decimal.