Dyalog/ullu

[Primitive] Floor: Redo the model for floor

Open

#37 aberto em 14 de dez. de 2023

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)APL (4 forks)auto 404
Size: Mbughelp wanted

Métricas do repositório

Stars
 (5 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador