Float class of PicoRuby

Instance methods (picoruby-float-ext)

ceil_to_i

instance.ceil_to_i() -> Integer

Instance methods

%

instance.%(Integer | Float) -> Float

*

instance.*(Integer | Float) -> Float

**

instance.**(Integer | Float) -> Float

+

instance.+(Integer | Float) -> Float

+@

instance.+@() -> Float

-

instance.-(Integer | Float) -> Float

-@

instance.-@() -> Float

/

instance./(Integer | Float) -> Float

<

instance.<(Integer | Float) -> bool

<=

instance.<=(Integer | Float) -> bool

<=>

instance.<=>(Integer | Float) -> Integer?

==

instance.==(untyped) -> bool

===

instance.===(untyped) -> bool

>

instance.>(Integer | Float) -> bool

>=

instance.>=(Integer | Float) -> bool

abs

instance.abs() -> Float

to_f

instance.to_f() -> Float

to_i

instance.to_i() -> Integer

to_s

instance.to_s() -> String
Tags: