We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4220f commit c5fbed8Copy full SHA for c5fbed8
1 file changed
lib/bigdecimal/math.rb
@@ -585,6 +585,7 @@ def expm1(x, prec)
585
exp(x, exp_prec).sub(1, prec)
586
end
587
588
+ # call-seq:
589
# erf(decimal, numeric) -> BigDecimal
590
#
591
# Computes the error function of +decimal+ to the specified number of digits of
0 commit comments