Skip to content

Commit

Permalink
Use C style comment
Browse files Browse the repository at this point in the history
C++ style comments are not allowed in ISO C89
  • Loading branch information
crazyBaboon authored Sep 13, 2019
1 parent 2db642e commit ab742d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuklear.h
Original file line number Diff line number Diff line change
Expand Up @@ -6087,8 +6087,8 @@ nk_sin(float x)
NK_LIB float
nk_cos(float x)
{
// New implementation. Also generated using lolremez.
// Old version significantly deviated from expected results.
/* New implementation. Also generated using lolremez. */
/* Old version significantly deviated from expected results. */
NK_STORAGE const float a0 = 9.9995999154986614e-1f;
NK_STORAGE const float a1 = 1.2548995793001028e-3f;
NK_STORAGE const float a2 = -5.0648546280678015e-1f;
Expand Down

0 comments on commit ab742d9

Please sign in to comment.