Portability | non-portable (requires fenv.h) |
---|---|
Stability | experimental |
Maintainer | mik@konecny.aow.cz |
Arbitrary precision floating point numbers that use machine double up to its precision. When a higher granularity is required, it automatically switches to another floating point type.
Documentation
data ERMachineAP b Source
Typeable1 ERMachineAP | |
ERRealBase b => Eq (ERMachineAP b) | |
ERRealBase b => Fractional (ERMachineAP b) | |
Data b => Data (ERMachineAP b) | |
ERRealBase b => Num (ERMachineAP b) | |
ERRealBase b => Ord (ERMachineAP b) | |
(ERRealBase b, Real b) => Real (ERMachineAP b) | |
(ERRealBase b, RealFrac b) => RealFrac (ERMachineAP b) | |
ERRealBase b => Show (ERMachineAP b) | |
Binary b => Binary (ERMachineAP b) | |
ERRealBase b => ERRealBase (ERMachineAP b) |