From: spamscud2003@... Date: 2018-03-08T05:03:32+00:00 Subject: [ruby-core:85995] [Ruby trunk Bug#14587] math library functions should NOT raise exceptions Issue #14587 has been reported by Anon92929 (Anon Ymous). ---------------------------------------- Bug #14587: math library functions should NOT raise exceptions https://bugs.ruby-lang.org/issues/14587 * Author: Anon92929 (Anon Ymous) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases. See: https://github.com/ruby/bigdecimal/issues/95 I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!! -- https://bugs.ruby-lang.org/ Unsubscribe: