Class: Float
Overview
add various aliases & functions to existing Class(Float)
Constant Summary collapse
- CONST_OMEGA =
BigDecimal('0.567143290409783872999968662210355549753815787186512508135131079223045793086684566693219446961752294557638')
- E_POW_CONST_OMEGA =
::BigMath.exp(::Float::CONST_OMEGA, 42)
- INFINITY_NEGATIVE =
(-::Float::INFINITY).
- INFINITY_COMPLEX =
:
Instance Method Summary collapse
-
#∞ℂ? ⇒ Boolean
False,
complex-infinityis currently represented through aSymbol.
Instance Method Details
#∞ℂ? ⇒ Boolean
21 |
# File 'lib/ruuuby/class/nums/float.rb', line 21 def |