Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Revert "Add IS-NAN-OR-INF helper sub"
Turns out we don't need it after all. Just use: nqp::istype(val,Num) && nqp::isnanorinf(val) That should give better performance
- Loading branch information