Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Data.Number.IReal.Scalable
Documentation
Scaling. scale x n
computes x * 2^n
using bit shifts.
ireal-0.1: Real numbers and intervals with not so inefficient exact arithmetic.
Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Data.Number.IReal.Scalable
Scaling. scale x n
computes x * 2^n
using bit shifts.