Module: Kernel
- Defined in:
- lib/ruuuby/module/kernel.rb,
lib/ruuuby/virtual/f10.rb
Overview
add various aliases & functions to existing module(Kernel)
Constant Summary collapse
- ๐ฝ =
โฃ โa+b` is to
aasais tobโฃa/bis `linearly proportional` `(a+b)/a`โฃ aโถb = (a+b)โถa โฃ aโถb = (1+b/a)โถ1
โฃ ๐ฝ = ((1 + โ5) / 2) โฃ ๐ฝ = (1 + (1 / ๐ฝ))
โฃ the only positive solution to: xยฒ = x + 1
::Float::RATIO_GOLDEN
- แด =
โฃ let โa+b = circumference of a circle`, (a+b)/a = a/b; (a->longer_arc, b->smaller_arc)
::Math::ANGLE_GOLDEN
Instance Method Summary collapse
-
#logโโ(n) ⇒ Float
| domain | (0, โ) | | co-domain | (-โ, โ) |.
-
#logโ(n) ⇒ Float
| domain | (0, โ) | | co-domain | (-โ, โ) |.
-
#logโ(n) ⇒ Float
The base โฎ logarithm of
n. - #ฯ ⇒ Float
- #โฎ ⇒ Float
-
#โ(n) ⇒ Float, Numeric
Return the square-root of the provided argument.
-
#โ(n) ⇒ Float, Numeric
Return the cube-root of the provided argument.
-
#โ ⇒ Float
Float::INFINITY.
-
#โโ ⇒ Symbol
โcomplex-infinityโ.
- #๐บ ⇒ ::Ruuuby::MetaData::BrewAPI
- #๐ ⇒ ::Ruuuby::MetaData::DockerAPI
- #๐ ⇒ ::Ruuuby::MetaData
- #๐ป(cmd) ⇒ Array, String
Instance Method Details
#logโโ(n) ⇒ Float
| domain | (0, โ) | | co-domain | (-โ, โ) |
68 |
# File 'lib/ruuuby/virtual/f10.rb', line 68 def log |
#logโ(n) ⇒ Float
| domain | (0, โ) | | co-domain | (-โ, โ) |
60 |
# File 'lib/ruuuby/virtual/f10.rb', line 60 def log |
#logโ(n) ⇒ Float
46 47 48 49 50 51 52 |
# File 'lib/ruuuby/virtual/f10.rb', line 46 def log |
#ฯ ⇒ Float
92 |
# File 'lib/ruuuby/virtual/f10.rb', line 92 def |
#โฎ ⇒ Float
95 |
# File 'lib/ruuuby/virtual/f10.rb', line 95 def |
#โ(n) ⇒ Float, Numeric
Return the square-root of the provided argument.
20 21 22 23 24 25 26 27 |
# File 'lib/ruuuby/virtual/f10.rb', line 20 def |
#โ(n) ⇒ Float, Numeric
Return the cube-root of the provided argument.
34 35 36 37 38 39 40 41 |
# File 'lib/ruuuby/virtual/f10.rb', line 34 def |
#โ ⇒ Float
98 |
# File 'lib/ruuuby/virtual/f10.rb', line 98 def |
#โโ ⇒ Symbol
105 |
# File 'lib/ruuuby/virtual/f10.rb', line 105 def |
#๐บ ⇒ ::Ruuuby::MetaData::BrewAPI
17 |
# File 'lib/ruuuby/module/kernel.rb', line 17 def |
#๐ ⇒ ::Ruuuby::MetaData::DockerAPI
14 |
# File 'lib/ruuuby/module/kernel.rb', line 14 def |
#๐ ⇒ ::Ruuuby::MetaData
11 |
# File 'lib/ruuuby/module/kernel.rb', line 11 def |