mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Remove accidental doc comment.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user