Closed reaganmcf closed 3 years ago
Closes #2
Adds support for floating point numbers throughout the code base. All Val::Numbers in the engine are now f64 instead of being u128
Val::Number
f64
u128
Closes #2
Adds support for floating point numbers throughout the code base. All
Val::Number
s in the engine are nowf64
instead of beingu128