Skip to content

Commit cc9be7c

Browse files
committed
doc: use footnote
1 parent ef689cc commit cc9be7c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/src/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Math with 85+ accurate bits.
44
#### Extended precision float and complex types
55

6-
- N.B. `Double64` is the most performant type <sup>[β](#involvement)</sup>
6+
- N.B. `Double64` is the most performant type [^β]
77

88
----
99

@@ -140,8 +140,6 @@ Contributions are very welcome, as are feature requests and suggestions. Please
140140

141141
----
142142

143-
<a name="involvement">β</a>: If you want to get involved with moving `Double32` performance forward, great. I would provide guidance. Otherwise, for most purposes you are better off using `Float64` than `Double32` (`Float64` has more significant bits, wider exponent range, and is much faster).
143+
[^β]: If you want to get involved with moving `Double32` performance forward, great. I would provide guidance. Otherwise, for most purposes you are better off using `Float64` than `Double32` (`Float64` has more significant bits, wider exponent range, and is much faster).
144144

145145
----
146-
147-

0 commit comments

Comments
 (0)