Class: Float (Umu::Value::Core::Atom::Number)

Overview
Module Structure
Class Hierarchy
Class Methods
Float.meth_make_nan / 3
Float.meth_make_infinity / 3
Instance Methods
Float#initialize / 1
Float#to_s
Float#meth_is_nan / 3
Float#meth_is_infinite / 3
Float#meth_is_finite / 3
Float#meth_to_float / 3
Float#meth_truncate / 4
Float#meth_ceil / 4
Float#meth_floor / 4
is a submodule of
module: Number ( Umu::Value::Core::Atom )
has modular siblings
class: Abstract   
class: Int   
inherits from
  Abstract ( Umu::Value::Core::Atom::Number )
has class siblings
  Int ( Umu::Value::Core::Atom::Number )
has properties
class method: meth_make_nan / 3   
class method: meth_make_infinity / 3   
method: initialize / 1   
method: to_s   
method: meth_is_nan / 3   
method: meth_is_infinite / 3   
method: meth_is_finite / 3   
method: meth_to_float / 3   
method: meth_truncate / 4   
method: meth_ceil / 4   
method: meth_floor / 4   
is defined at
#16 in value/core/atom/number/float.rb  
#57 in common/constant.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Value
  module: Core
  module: Atom
  module: Number
class: Abstract     
class: Int     
class: Float     

Class Hierarchy

Object ( Builtin-Module )
Top ( Umu::Value::Core )
has properties
class method: class_method_infos   
class method: instance_method_infos   
class method: define_class_method / 5   
class method: define_instance_method / 5   
class method: __define_method__ / 6   
class method: type_sym (1/2)   
method: type_sym (2/E)   
method: pretty_print / 1   
method: invoke / 5   
method: apply / 4   
method: __invoke__ / 5   
Object ( Umu::Value::Core )
has properties
method: meth_show / 3   
alias: meth_to_string meth_show   
method: contents   
method: meth_contents / 3   
method: meth_is_equal / 4   
method: meth_is_not_equal / 4   
method: meth_is_less_than / 4   
method: meth_is_greater_than / 4   
method: meth_is_less_equal / 4   
method: meth_is_greater_equal / 4   
method: meth_compare / 4   
method: meth_force / 3   
Abstract ( Umu::Value::Core::Atom )
has properties
attribute: val [R]   
method: initialize / 1   
method: meth_is_equal / 4   
method: meth_is_less_than / 4   
Abstract ( Umu::Value::Core::Atom::Number )
has properties
method: initialize / 1   
method: to_s   
method: meth_is_zero / 3   
method: meth_is_positive / 3   
method: meth_is_negative / 3   
method: meth_to_int / 3   
method: meth_to_float / 3   
method: meth_negate / 3   
method: meth_absolute / 3   
method: + / 1   
method: meth_add / 4   
method: meth_sub / 4   
method: meth_multiply / 4   
method: meth_divide / 4   
method: meth_modulo / 4   
method: meth_power / 4   
method: meth_random / 3   
Int ( Umu::Value::Core::Atom::Number )
Float ( Umu::Value::Core::Atom::Number )
has properties
class method: meth_make_nan / 3   
class method: meth_make_infinity / 3   
method: initialize / 1   
method: to_s   
method: meth_is_nan / 3   
method: meth_is_infinite / 3   
method: meth_is_finite / 3   
method: meth_to_float / 3   
method: meth_truncate / 4   
method: meth_ceil / 4   
method: meth_floor / 4   

Class Methods

Float.meth_make_nan / 3

#24 in value/core/atom/number/float.rb

meth_make_nan ( _loc ,
  _env ,
  _event )

Float.meth_make_infinity / 3

#34 in value/core/atom/number/float.rb

meth_make_infinity ( _loc ,
  _env ,
  _event )

Instance Methods

Float#initialize / 1

#41 in value/core/atom/number/float.rb

initialize ( val )

Float#meth_is_nan / 3

#72 in value/core/atom/number/float.rb

meth_is_nan ( _loc ,
  _env ,
  _event )

Float#meth_is_infinite / 3

#82 in value/core/atom/number/float.rb

meth_is_infinite ( _loc ,
  _env ,
  _event )

Float#meth_is_finite / 3

#92 in value/core/atom/number/float.rb

meth_is_finite ( _loc ,
  _env ,
  _event )

Float#meth_to_float / 3

#139 in value/core/atom/number/float.rb

meth_to_float ( _loc ,
  _env ,
  _event )

Float#meth_truncate / 4

#149 in value/core/atom/number/float.rb

meth_truncate ( loc ,
  env ,
  _event ,
  ndigits )

Float#meth_ceil / 4

#170 in value/core/atom/number/float.rb

meth_ceil ( loc ,
  env ,
  _event ,
  ndigits )

Float#meth_floor / 4

#191 in value/core/atom/number/float.rb

meth_floor ( loc ,
  env ,
  _event ,
  ndigits )