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 a as a is to b โ€ฃ a/b is `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

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 

#๐Ÿ’ป(cmd) ⇒ Array, String

Raises:

  • (ArgumentError)


24
25
26
27
# File 'lib/ruuuby/module/kernel.rb', line 24

def