David Mak
|
fd787ca3f5
|
core: Remove trunc
The behavior of trunc is already implemented by casts and is therefore
redundant.
|
2023-11-04 13:35:53 +08:00 |
David Mak
|
4dbe07a0c0
|
core: Revert breaking changes to round-family functions
These functions should return ints as the math.* functions do instead of
following the convention of numpy.* functions.
|
2023-11-04 13:35:53 +08:00 |
David Mak
|
7e4dab15ae
|
standalone: Add math tests for non-number arguments
|
2023-11-01 18:03:29 +08:00 |
David Mak
|
2b635a0b97
|
core: Implement numpy and scipy functions
|
2023-11-01 18:03:29 +08:00 |
David Mak
|
60ad100fbb
|
core: Implement and expose {isinf,isnan}
|
2023-11-01 18:03:29 +08:00 |