Libraries
»
emonti-rbkb
(0.6.8)
»
Index (F)
»
Float
Class: Float
Inherits:
Object
Object
Float
show all
Defined in:
lib/rbkb/extends.rb
Instance Method Summary
collapse
#
log2
⇒ Object
Instance Method Details
#
log2
⇒
Object
586
# File 'lib/rbkb/extends.rb', line 586
def
log2
;
Math
.
log
(
self
)
/
Math
.
log
(
2
)
;
end