Sha256: f991a12893a2b4d178d0a36d9d22cfcd8c69d194587fc6380b6496960b4d4dad
Contents?: true
Size: 150 Bytes
Versions: 20
Compression:
Stored size: 150 Bytes
Contents
module MoreMath module Exceptions class MoreMathException < StandardError; end class DivergentException < MoreMathException ; end end end
Version data entries
20 entries across 20 versions & 1 rubygems