The value to parse as a numeric quantity.
Converts a string to a number, like an enhanced version of parseFloat.
The string can include mixed numbers, vulgar fractions, or Roman numerals.
Input is expected to be a string, but will be coerced to string if necessary.
The value to parse as a numeric quantity.
Optional settings to control parsing behavior.
Converts a string to a number, like an enhanced version of parseFloat.
The string can include mixed numbers, vulgar fractions, or Roman numerals.
Input is expected to be a string, but will be coerced to string if necessary.
The value to parse as a numeric quantity.
Optionaloptions: NumericQuantityOptionsOptional settings to control parsing behavior.
Converts a string to a number, like an enhanced version of
parseFloat.The string can include mixed numbers, vulgar fractions, or Roman numerals. Input is expected to be a
string, but will be coerced tostringif necessary.