Guest User

Untitled

a guest
Jun 19th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Finite-Precision floating point system : FPS
  2. Let F(3.s.m.M) be a system where
  3. 3 is the base e.g. 2,4,10, or 16.
  4. S is the number of significant base 3 digits of the mantissa.
  5. E is an exponent m ≤ e ≤ M.
  6. Each number x ∈ {F} has the structure:
  7. ±d1d2….ds*3^(±e)
Add Comment
Please, Sign In to add comment