mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-30 22:44:21 +01:00
Value conversion to float for math functions work in a more strict way than general numeric conversion. For example, valid prefixes that can be converted to a integer, like `"44s"` will be converted to `Value::Null` instead of trying to recover like the math operators. Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com> Closes #3012