mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
inserted a newline.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7006082a68
commit
f019cd5b79
1 changed files with 2 additions and 1 deletions
3
math.c
3
math.c
|
@ -674,7 +674,8 @@ exp1(cosh)
|
|||
exp1(exp)
|
||||
exp2(hypot)
|
||||
|
||||
VALUE rb_math_log(int argc, VALUE *argv)
|
||||
VALUE
|
||||
rb_math_log(int argc, VALUE *argv)
|
||||
{
|
||||
return math_log(argc, argv);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue