Actions
Feature #10474
open[PATCH 1/1] Refactoring math.c (Combined some macros into one macro)
Status:
Open
Assignee:
-
Target version:
-
Description
Hi, there.
We call Need_Float
macro with RFLOAT_VALUE
macro at the all time,
so we don't need to assign result of rb_to_float(x)
to temporary variable.
This is main reason I combined these two macros into one macro called Get_RFloat_Value
and
removed Need_Float2
.
I'm not sure the name Get_RFloat_Value
is best.
If you have more preferable one, let me know and I'll fix patch :)
Thanks. gogo.
Files
Actions
Like0
Like0