1
0
Fork 0
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:
nobu 2002-04-11 11:39:25 +00:00
parent 07c69983ac
commit 1aa67cb1d3

2
math.c
View file

@ -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;