Skip to content
This repository was archived by the owner on Dec 10, 2023. It is now read-only.

Commit 8cfa595

Browse files
committed
change heading
1 parent bcca708 commit 8cfa595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ julia> float64(pi*Single(0.1))
7777
0.31415926535897937
7878
```
7979

80-
## Emulated FMA
80+
### Emulated FMA
8181

8282
The [fused multiply-add (FMA)](http://en.wikipedia.org/wiki/Multiply%E2%80%93accumulate_operation) operation is an intrinsic floating-point
8383
operation that allows the evaluation of `a*b+c`, with rounding only occuring

0 commit comments

Comments
 (0)