Replace floating pointer formatter with errol1

This commit is contained in:
Eugen Wissner 2018-06-23 16:21:19 +02:00
parent 411e45ec5c
commit 74ece7ddf4
2 changed files with 787 additions and 330 deletions

File diff suppressed because it is too large Load Diff

View File

@ -87,7 +87,7 @@ if (isFloatingPoint!F)
static assert(ieeePrecision!double == IEEEPrecision.double_);
}
private union FloatBits(F)
package(tanya) union FloatBits(F)
{
Unqual!F floating;
static if (ieeePrecision!F == IEEEPrecision.single)