Update README.md

This commit is contained in:
Imants Pulkstenis
2019-07-23 16:37:21 +03:00
committed by GitHub
parent 343026c418
commit 58b42e4bad
+12
View File
@@ -10,3 +10,15 @@ Lectures:
* https://www.youtube.com/watch?v=7rIjuQZSby0
* https://www.youtube.com/watch?v=vxSoiG242OA&t=911s
## Math
Calculations are performed using floating point
| Sign | Exponent | Mantissa |
| 1bit | 8bits | 18bits |
2^0 => Exponent = 'd127 = 'h7f
Mantissa = [ ( 1-2^(-126) ) ; 0.5 ]