Implement BigMath.erf(x, prec) and BigMath.erfc(x, prec) #542
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
ruby-versions
/
Generate Ruby versions
3s
Matrix: host
Annotations
6 errors
|
ubuntu-latest 2.5
Process completed with exit code 1.
|
|
Error:
test/bigdecimal/test_bigmath.rb#L139
ArgumentError: bad value for range
/home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal/math.rb:263:in `erf'
/home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal/math.rb:288:in `erfc'
/home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigmath.rb:139:in `block in test_erfc'
/home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigmath.rb:138:in `each'
/home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigmath.rb:138:in `test_erfc'
|
|
Error:
test/bigdecimal/test_bigmath.rb#L121
ArgumentError: bad value for range
/home/runner/work/bigdecimal/bigdecimal/lib/bigdecimal/math.rb:263:in `erf'
/home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigmath.rb:121:in `block in test_erf'
/home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigmath.rb:120:in `each'
/home/runner/work/bigdecimal/bigdecimal/test/bigdecimal/test_bigmath.rb:120:in `test_erf'
|
|
windows-latest 2.5
Process completed with exit code 1.
|
|
Error:
test/bigdecimal/test_bigmath.rb#L139
ArgumentError: bad value for range
D:/a/bigdecimal/bigdecimal/lib/bigdecimal/math.rb:263:in `erf'
D:/a/bigdecimal/bigdecimal/lib/bigdecimal/math.rb:288:in `erfc'
D:/a/bigdecimal/bigdecimal/test/bigdecimal/test_bigmath.rb:139:in `block in test_erfc'
D:/a/bigdecimal/bigdecimal/test/bigdecimal/test_bigmath.rb:138:in `each'
D:/a/bigdecimal/bigdecimal/test/bigdecimal/test_bigmath.rb:138:in `test_erfc'
|
|
Error:
test/bigdecimal/test_bigmath.rb#L121
ArgumentError: bad value for range
D:/a/bigdecimal/bigdecimal/lib/bigdecimal/math.rb:263:in `erf'
D:/a/bigdecimal/bigdecimal/test/bigdecimal/test_bigmath.rb:121:in `block in test_erf'
D:/a/bigdecimal/bigdecimal/test/bigdecimal/test_bigmath.rb:120:in `each'
D:/a/bigdecimal/bigdecimal/test/bigdecimal/test_bigmath.rb:120:in `test_erf'
|