We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77abe9 commit ad709cdCopy full SHA for ad709cd
README.md
@@ -18,7 +18,7 @@ Current features include:
18
19
* float16 to float32 conversions use lossless conversion.
20
* 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.
+* conversions using pure Go take about __2.65 ns/op__ on a desktop amd64.
22
* unit tests provide 100% code coverage and check all possible 4+ billion conversions.
23
* other functions include: IsInf(), IsNaN(), IsNormal(), PrecisionFromfloat32(), String(), etc.
24
* all functions in this library use __zero allocs__ except String().
0 commit comments