2024-09-11 08:44:17
This commit is contained in:
@ -34,4 +34,6 @@ So the final number would be 110101.10110...
|
||||
| long double | 1 | 15 | 64 |
|
||||
Truncation types
|
||||
**Chopping**: Omit the numbers that we don't want, looking to the first bit that we want to erase
|
||||
**Rounding**: We should take care about the first digit that we want to omit and adjust the 52nd bit
|
||||
**Rounding**: We should take care about the first digit that we want to omit and adjust the 52nd bit
|
||||
|
||||
**Machine Epsilon**: Difference between the smallest floating point number greater than 1 and 1, ie the smallest number that when added to 1, will be different than 1
|
Reference in New Issue
Block a user