Skip to content

Commit ad709cd

Browse files
authored
Update README.md
1 parent d77abe9 commit ad709cd

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
@@ -18,7 +18,7 @@ Current features include:
1818

1919
* float16 to float32 conversions use lossless conversion.
2020
* float32 to float16 conversions use IEEE 754-2008 "Round-to-Nearest RoundTiesToEven".
21-
* conversions in pure Go take about __2.65 ns/op__ on a desktop amd64.
21+
* conversions using pure Go take about __2.65 ns/op__ on a desktop amd64.
2222
* unit tests provide 100% code coverage and check all possible 4+ billion conversions.
2323
* other functions include: IsInf(), IsNaN(), IsNormal(), PrecisionFromfloat32(), String(), etc.
2424
* all functions in this library use __zero allocs__ except String().

0 commit comments

Comments
 (0)