berni44
|
e53d010def
|
extractBitpattern: Add implied bit to mantissa and subtract bias from exponent.
|
2021-05-07 09:37:18 +02:00 |
|
Razvan Nitu
|
9909b6ebe3
|
Merge pull request #8030 from berni44/fixup_7775
Add transition note from approxEqual to isClose.
|
2021-05-07 15:00:23 +08:00 |
|
Nathan Sashihara
|
efced87ae8
|
Again use core.math intrinsics instead of std.math wrappers
As in PR #7821 & PR #7825. Mostly changes imports
from std.math being divided into submodules.
|
2021-05-04 15:59:34 +02:00 |
|
berni44
|
8408ce3108
|
Add transition note from approxEqual to isClose.
|
2021-05-03 11:41:44 +02:00 |
|
berni44
|
8d97da17d0
|
Move bitpattern extraction from std.format to std.math.
|
2021-04-30 09:37:22 +02:00 |
|
Iain Buclaw
|
1d0da90d82
|
std.math.exponential: Fix imports for non-INLINE_YL2X path
|
2021-04-30 02:15:43 +02:00 |
|
berni44
|
661c7a83b1
|
Clean up std.math.package
|
2021-04-20 10:04:22 +02:00 |
|
berni44
|
7f42447274
|
std.math: Move powmod to exponential submodule.
|
2021-04-20 04:54:59 +02:00 |
|
berni44
|
0c4dcb32a0
|
Narrow imports in std.math.
|
2021-04-19 22:32:55 +02:00 |
|
berni44
|
943cf022ea
|
std.math: Move some stranded unittests to correct place.
|
2021-04-19 18:22:33 +02:00 |
|
berni44
|
4a4af2d78e
|
std.math: Move hardware support into hardware submodule.
|
2021-04-19 10:46:14 +02:00 |
|
berni44
|
e9014c4342
|
std.math: Move floating point operations into operations submodule.
|
2021-04-17 21:52:27 +02:00 |
|
Iain Buclaw
|
7a258f293f
|
std.math.algebraic: Add overload for three-dimensional hypotenuse
|
2021-04-17 18:13:07 +02:00 |
|
berni44
|
bb2432fdb4
|
Replace equalsDigit with isClose
|
2021-04-17 16:59:34 +02:00 |
|
berni44
|
64398c058f
|
std.math: Move exponential functions into exponential submodule.
|
2021-04-14 16:18:20 +02:00 |
|
berni44
|
9812f41efd
|
std.math: Move introspection functions into submodule.
|
2021-04-14 14:16:52 +02:00 |
|
berni44
|
66324313a8
|
Remove std.math.integral.
|
2021-04-14 14:15:38 +02:00 |
|
berni44
|
a59a058594
|
std.math: Move floor and ceil to rounding submodule.
|
2021-04-13 07:47:15 +08:00 |
|
berni44
|
772ef80622
|
std.math: Move trigonometric functions into submodule.
|
2021-04-13 07:46:30 +08:00 |
|
berni44
|
59f78a2ae8
|
std.math: Move pow function into submodule.
|
2021-04-12 02:43:35 +02:00 |
|
berni44
|
b1f21e8cf6
|
std.math: Move most of the rounding functions into submodule.
|
2021-04-12 02:15:35 +02:00 |
|
berni44
|
06a1727565
|
std.math: Move classic algebraic functions into submodule.
|
2021-04-07 12:37:35 +02:00 |
|
berni44
|
33c68e2400
|
std.math: Move remainder functions into submodule.
|
2021-04-07 11:55:10 +02:00 |
|
berni44
|
94d951c093
|
std.math: Move constants into submodule.
|
2021-04-06 09:57:58 +02:00 |
|
berni44
|
7031340f5f
|
Add empty submodules to std.math.
|
2021-04-04 11:56:27 +02:00 |
|
berni44
|
309b72f915
|
Prepare to split up std.math into submodules.
|
2021-03-19 04:51:15 +01:00 |
|