phobos/std/math
Aditya Chincholkar dfc3d021c6
Fix #10513 - powmod is slow for ulong (#10688)
Co-authored-by: Iain Buclaw <ibuclaw@gdcproject.org>
2025-03-27 17:54:57 +08:00
..
algebraic.d Optimization: Use u*u over u^^2 for better inlining 2025-03-18 00:19:13 +01:00
constants.d std.math: Move constants into submodule. 2021-04-06 09:57:58 +02:00
exponential.d Fix #10513 - powmod is slow for ulong (#10688) 2025-03-27 17:54:57 +08:00
hardware.d std/math/hardware.d: Fix compile error for LoongArch 2024-05-09 14:26:40 +02:00
operations.d unittest: Don't run x87 log2 test on 64-bit real targets 2025-01-19 15:45:14 +01:00
package.d Move floatTraits to std.math.traits 2024-01-09 13:00:50 +01:00
remainder.d Narrow imports in std.math. 2021-04-19 22:32:55 +02:00
rounding.d Get rid of obsolete CRuntime_DigitalMars support 2024-05-25 21:45:49 +02:00
traits.d Fix Issue 10386: Make std.math.isIdentical work in CTFE with coverage tests (#10576) 2024-12-08 17:17:39 -08:00
trigonometry.d Move floatTraits to std.math.traits 2024-01-09 13:00:50 +01:00