math.c: update prototype style.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-09-02 14:32:32 +09:00
parent 0cc361990c
commit 9f47f11abd
+1 -4
View File
@@ -94,8 +94,7 @@ cbrt(double x)
}
/* Declaration of complementary Error function */
double
erfc(double x);
double erfc(double x);
/*
** Implementations of error functions
@@ -324,8 +323,6 @@ math_atan2(mrb_state *mrb, mrb_value obj)
return mrb_float_value(mrb, x);
}
/*
HYPERBOLIC TRIG FUNCTIONS
*/