Skip to content

Commit bf93bb4

Browse files
committed
clang-format
1 parent 9a1e08b commit bf93bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/math/generic/cospif16.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ LLVM_LIBC_FUNCTION(float16, cospif16, (float16 x)) {
6767
// Once k and y are computed, we then deduce the answer by the sine of sum
6868
// formula:
6969
// cos(x * pi) = cos((k + y) * pi/32)
70-
// = cos(k * pi/32) * cos(y * pi/32)
70+
// = cos(k * pi/32) * cos(y * pi/32)
7171
// + sin(y * pi/32) * sin(k * pi/32)
7272
// The values of sin(k * pi/32) and cos (k * pi/32) for k = 0...63 are
7373
// precomputed and stored using a vector of 64 single precision floats. sin(y

0 commit comments

Comments
 (0)