Sean a2df84d0ff
std.math: rework modf
- Changed `modf_result` to `Modf` to better fit naming conventions
- Reworked `modf` to be far simpler and support all floating point types (as well as vectors) (I have done benchmarks and can confirm that the performance is roughly equivalent to the old implementation)
- Added more descriptive tests for modf
- Deprecated `modf32_result` and `modf64_result` in favor of `Modf(f32)` and `Modf(f64)` respectively
2024-03-29 09:33:57 +00:00
..
2023-12-20 13:17:15 +02:00
2024-03-27 10:05:57 +00:00
2023-09-19 09:37:31 -07:00
2023-09-19 09:37:31 -07:00
2024-03-29 09:33:57 +00:00
2024-01-03 02:52:25 -05:00