mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
math.c: update prototype style.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user