You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove unused ifndef branch and definition from missing.h
`# define false ((_Bool)-1)` wrongly defines false as truthy value.
`finite(double){return something(n);}` results in compile error.
These ifdef branch were never used.
isfinite, labs, llabs, vabs are not used anymore.
These are never used.
* Remove rb_rational_num/den check
HAVE_RB_RATIONAL_NUM/DEN checks is to support ruby < 2.2.0.
Currently, BigDecimal supports ruby >= 2.5.0
* Remove conditional include of stdlib.h and math.h
stdlib.h and math.h are explicitly required in bigdecimal.c
0 commit comments