Skip to content

Commit 30755bf

Browse files
Tweaks
1 parent eeb2475 commit 30755bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/learning-paths/servers-and-cloud-computing/multi-accuracy-libamath/floating-point-rep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 2
66
layout: learningpathall
77
---
88

9-
## Understanding the Floating-Point Number System and IEEE-754 Format
9+
## Understanding the floating-point number system and IEEE-754 format
1010

1111
Floating-point numbers are essential for representing real numbers in computing, but they come with limits on precision and range.
1212

content/learning-paths/servers-and-cloud-computing/multi-accuracy-libamath/ulp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Numbers with the same exponent have the same ULP.
4646

4747
For normalized IEEE-754 floating-point numbers, a similar behavior is observed: the distance between two adjacent representable values — that is, ULP(x) — is a power of two that depends only on the exponent of x.
4848

49-
### Optimized Expression
49+
### Optimized expression
5050

5151
A faster, commonly used expression for ULP is:
5252

0 commit comments

Comments
 (0)