Dyalog/ullu

[Primitive] Floor: Redo the model for floor

Open

#37 aperta il 14 dic 2023

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)APL (4 fork)auto 404
Size: Mbughelp wanted

Metriche repository

Star
 (5 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor