Skip to content

Commit c5fbed8

Browse files
authored
Add missing call-seq (#485)
1 parent bd4220f commit c5fbed8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/bigdecimal/math.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@ def expm1(x, prec)
585585
exp(x, exp_prec).sub(1, prec)
586586
end
587587

588+
# call-seq:
588589
# erf(decimal, numeric) -> BigDecimal
589590
#
590591
# Computes the error function of +decimal+ to the specified number of digits of

0 commit comments

Comments
 (0)