tremor-script 0.12.4

Tremor Script Interpreter
1
2
3
4
5
6
### The `float` module contains functions to work with floats.

## Parses a string as a float.
##
## Returns an `float`.
intrinsic fn parse(string) as float::parse;