We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d7876 commit d9ae4a6Copy full SHA for d9ae4a6
libc/src/__support/FPUtil/dyadic_float.h
@@ -19,7 +19,7 @@
19
20
namespace LIBC_NAMESPACE::fputil {
21
22
-// A generic class to perform comuptations of high precision floating points.
+// A generic class to perform computations of high precision floating points.
23
// We store the value in dyadic format, including 3 fields:
24
// sign : boolean value - false means positive, true means negative
25
// exponent: the exponent value of the least significant bit of the mantissa.
0 commit comments