phobos/std/math
The Dlang Bot 19003dd639
Merge pull request #8127 from kinke/bitpattern
[stable] std.math.operations: Slightly revise extractBitpattern()

Signed-off-by: Razvan Nitu <RazvanN7@users.noreply.github.com>
Merged-on-behalf-of: Razvan Nitu <RazvanN7@users.noreply.github.com>
2021-06-07 18:22:22 +00:00
..
algebraic.d std.math.algebraic: Convert hypot to a template 2021-05-11 12:22:13 +02:00
constants.d std.math: Move constants into submodule. 2021-04-06 09:57:58 +02:00
exponential.d std.math.exponential: Minimally relax a pow() unittest for targets with 64-bit real 2021-06-03 07:56:03 +00:00
hardware.d std.math.hardware: Remove unused InlineAsm_X87* version declarations 2021-05-29 14:50:32 +02:00
operations.d std.math.operations: Fix extractBitpattern() unittest 2021-06-02 21:22:27 +02:00
package.d Clean up std.math.package 2021-04-20 10:04:22 +02:00
remainder.d Narrow imports in std.math. 2021-04-19 22:32:55 +02:00
rounding.d std.math: Fix missing imports for non-x87 real after split-up 2021-05-29 14:48:17 +02:00
traits.d std.math: Fix missing imports for non-x87 real after split-up 2021-05-29 14:48:17 +02:00
trigonometry.d Again use core.math intrinsics instead of std.math wrappers 2021-05-04 15:59:34 +02:00