Skip to content

Commit df15dc3

Browse files
authored
Update README.txt
1 parent 63097c7 commit df15dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
quadmath_cpp provides C++ overloads for __float128 and quadmath.h. This allows you to use quadmath.h in templated functions. Instead of calling sinq(x), you can just call sin(x).
1+
quadmath_cpp provides C++ overloads for __float128 and quadmath.h. This allows you to use quadmath.h in templated functions. Instead of calling sinq(x) or powq(x, y), you can now call sin(x) or pow(x, y) just like you would with float or double.
22

33
quadmath_cpp also includes C++11 <cmath> functions not present in quadmath.h, such as islessgreater(x, y) and fpclassify(x)
44

0 commit comments

Comments
 (0)