From 84d010bb2f7b71ea6263d5a78c695eb03bfb67a9 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Thu, 14 Nov 2024 11:14:02 +0100 Subject: [PATCH] Remove accidental doc comment. --- lib/std/math/math_nolibc/rempi.c3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/std/math/math_nolibc/rempi.c3 b/lib/std/math/math_nolibc/rempi.c3 index ac3172143..812498131 100644 --- a/lib/std/math/math_nolibc/rempi.c3 +++ b/lib/std/math/math_nolibc/rempi.c3 @@ -23,11 +23,11 @@ import std::math; * use __rem_pio2_large() for large x */ -<* +/* * invpio2: 53 bits of 2/pi * pio2_1: first 25 bits of pi/2 * pio2_1t: pi/2 - pio2_1 - *> + */ fn int __rem_pio2f(float x, double *y) { const double PIO4 = 0x1.921fb6p-1;