Remove accidental doc comment.

This commit is contained in:
Christoffer Lerno
2024-11-14 11:14:02 +01:00
parent e0ba468b7e
commit 84d010bb2f

View File

@@ -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;