Skip to content

Commit

Permalink
Remove accidental doc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Nov 14, 2024
1 parent e0ba468 commit 84d010b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/std/math/math_nolibc/rempi.c3
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 84d010b

Please sign in to comment.