| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Make arith enums disjoint | Tom Smeding | 2 days |
| | | | | | | | This should prevent operation confusion like calling oxarop_binary_* with IB_QUOT. No error is thrown statically, but at least the nonsense operation crashes reliably at runtime instead of doing, well, nonsense. | ||
| * | Add atan2 | Tom Smeding | 2025-03-13 |
| | | |||
| * | Implement quot/rem | Tom Smeding | 2025-03-13 |
| | | |||
| * | sumAllPrim | Tom Smeding | 2024-06-17 |
| | | |||
| * | Fast (C) Floating ops | Tom Smeding | 2024-05-27 |
| | | |||
| * | Fast Fractional ops via C code | Tom Smeding | 2024-05-26 |
| | | |||
| * | Refactor C interface to pass operation as enum | Tom Smeding | 2024-05-26 |
| This is hmatrix style, less proliferation of functions as the number of ops increases | |||
