Dyalog / ullu

Testing primitives of DyalogAPL
MIT License
1 stars 0 forks source link

[Primitive] Floor: Redo the model for floor #37

Open sloorush opened 8 months ago

sloorush commented 8 months ago

Redo the model function for floor to handle inputs like 1E200.

The current model of floor calculates it by using a very non-intrusive (with the actual primitive being tested) approach by using strings to calculate the result. But it fails to evaluate inputs like 1E200 and fails.