mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
should be HAVE_TANH
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
07c69983ac
commit
1aa67cb1d3
1 changed files with 1 additions and 1 deletions
2
math.c
2
math.c
|
@ -122,7 +122,7 @@ math_sinh(obj, x)
|
|||
return rb_float_new(sinh(RFLOAT(x)->value));
|
||||
}
|
||||
|
||||
#ifndef HAVE_SINH
|
||||
#ifndef HAVE_TANH
|
||||
double
|
||||
tanh(x)
|
||||
double x;
|
||||
|
|
Loading…
Reference in a new issue