mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* math.c (math_erf,math_erfc): new function. [ruby-list:37753]
* eval.c (ruby_finalize): no longer need to turn off $DEBUG in the finalizer. (ruby-bugs-ja PR#473) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bd368e9749
commit
c004ecfa1e
7 changed files with 36 additions and 2 deletions
|
@ -54,6 +54,11 @@ extern double frexp _((double, int *));
|
|||
extern double hypot _((double, double));
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_ERF
|
||||
extern double erf _((double, double));
|
||||
extern double erfc _((double, double));
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_ISINF
|
||||
extern int isinf _((double));
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue