Dyalog/ullu

[Primitive] Floor: Redo the model for floor

Open

#37 ouverte le 14 déc. 2023

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)APL (4 forks)auto 404
Size: Mbughelp wanted

Métriques du dépôt

Stars
 (5 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur