From b5cd18739a64c8d923a55b61c89ae3900faafd84 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 21:17:12 +0100 Subject: Fix include paths and formatting inconsistencies --- lib/libm/__sinl.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libm/__sinl.c') diff --git a/lib/libm/__sinl.c b/lib/libm/__sinl.c index afd36211..6b57783e 100644 --- a/lib/libm/__sinl.c +++ b/lib/libm/__sinl.c @@ -25,8 +25,9 @@ * * See __cosl.c for more details about the polynomial. */ -static const long double S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 - */ +static const long double S1 = + -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 + */ static const double S2 = 0.0083333333333333332, /* 0x11111111111111.0p-59 */ S3 = -0.00019841269841269427, /* -0x1a01a01a019f81.0p-65 */ S4 = 0.0000027557319223597490, /* 0x171de3a55560f7.0p-71 */ -- cgit v1.2.3