Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

flo changes a number to a floating point value. This function is used throughout to prevent exactness errors!

Parameter Description
n Number to be converted

Example

Example 1: Convert some numbers using fix.

> (flo 23)   
23.
> (flo 3)
3
> (flo 1.99)
1.99
Clone this wiki locally