Class: Math (Umu::Value::Core)

Overview
Module Structure
Class Hierarchy
Class Methods
Math.meth_make_pi / 3
Math.meth_make_e / 3
Math.meth_sin / 4
Math.meth_cos / 4
Math.meth_tan / 4
Math.meth_asin / 4
Math.meth_acos / 4
Math.meth_atan / 4
Math.meth_atan2 / 5
Math.meth_sinh / 4
Math.meth_cosh / 4
Math.meth_tanh / 4
Math.meth_exp / 4
Math.meth_log / 4
Math.meth_log10 / 4
Math.meth_sqrt / 4
Math.meth_ldexp / 5
Math.meth_frexp / 4
Math.meth_divmod / 5
is a submodule of
module: Core ( Umu::Value )
has modular siblings
class: Top   
class: Class   
class: Device   
module: Struct   
class: Opaque   
class: Object   
class: Unit   
module: Atom   
module: Product   
module: Union   
module: Morph   
module: SExpr   
class: Fun   
class: Ref   
class: Susp   
module: IO   
class: Dir   
inherits from
  Top ( Umu::Value::Core )
has class siblings
  Class ( Umu::Value::Core )
  Device ( Umu::Value::Core )
  Entry ( Umu::Value::Core::Struct )
  Opaque ( Umu::Value::Core )
  Object ( Umu::Value::Core )
  Abstract ( Umu::Value::Core::Morph::Stream::Cell )
has properties
class method: meth_make_pi / 3   
class method: meth_make_e / 3   
class method: meth_sin / 4   
class method: meth_cos / 4   
class method: meth_tan / 4   
class method: meth_asin / 4   
class method: meth_acos / 4   
class method: meth_atan / 4   
class method: meth_atan2 / 5   
class method: meth_sinh / 4   
class method: meth_cosh / 4   
class method: meth_tanh / 4   
class method: meth_exp / 4   
class method: meth_log / 4   
class method: meth_log10 / 4   
class method: meth_sqrt / 4   
class method: meth_ldexp / 5   
class method: meth_frexp / 4   
class method: meth_divmod / 5   
is defined at
#12 in value/core/math.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Value
  module: Core
  class: Top
  class: Class
  class: Device
✗ class: Math
  module: Struct
class: Entry     
  class: Opaque
  class: Object
  class: Unit
  module: Atom
  module: Product
  module: Union
  module: Morph
  module: Stream
  module: Cell
class: Abstract     
  module: SExpr
  class: Fun
  class: Ref
  class: Susp
  module: IO
  class: Dir

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   
Class ( Umu::Value::Core )
Device ( Umu::Value::Core )
Math ( Umu::Value::Core )
has properties
class method: meth_make_pi / 3   
class method: meth_make_e / 3   
class method: meth_sin / 4   
class method: meth_cos / 4   
class method: meth_tan / 4   
class method: meth_asin / 4   
class method: meth_acos / 4   
class method: meth_atan / 4   
class method: meth_atan2 / 5   
class method: meth_sinh / 4   
class method: meth_cosh / 4   
class method: meth_tanh / 4   
class method: meth_exp / 4   
class method: meth_log / 4   
class method: meth_log10 / 4   
class method: meth_sqrt / 4   
class method: meth_ldexp / 5   
class method: meth_frexp / 4   
class method: meth_divmod / 5   
Entry ( Umu::Value::Core::Struct )
Opaque ( Umu::Value::Core )
Object ( Umu::Value::Core )
  Unit     
  Fun     
  Ref     
  Susp     
  Dir     
Abstract ( Umu::Value::Core::Morph::Stream::Cell )

Class Methods

Math.meth_make_pi / 3

#18 in value/core/math.rb

meth_make_pi ( _loc ,
  _env ,
  _event )

Math.meth_make_e / 3

#28 in value/core/math.rb

meth_make_e ( _loc ,
  _env ,
  _event )

Math.meth_sin / 4

#38 in value/core/math.rb

meth_sin ( _loc ,
  _env ,
  _event ,
  this )

Math.meth_cos / 4

#50 in value/core/math.rb

meth_cos ( _loc ,
  _env ,
  _event ,
  this )

Math.meth_tan / 4

#62 in value/core/math.rb

meth_tan ( _loc ,
  _env ,
  _event ,
  this )

Math.meth_asin / 4

#74 in value/core/math.rb

meth_asin ( _loc ,
  _env ,
  _event ,
  this )

Math.meth_acos / 4

#86 in value/core/math.rb

meth_acos ( _loc ,
  _env ,
  _event ,
  this )

Math.meth_atan / 4

#98 in value/core/math.rb

meth_atan ( _loc ,
  _env ,
  _event ,
  this )

Math.meth_atan2 / 5

#110 in value/core/math.rb

meth_atan2 ( _loc ,
  _env ,
  _event ,
  y ,
  x )

Math.meth_sinh / 4

#123 in value/core/math.rb

meth_sinh ( _loc ,
  _env ,
  _event ,
  this )

Math.meth_cosh / 4

#135 in value/core/math.rb

meth_cosh ( _loc ,
  _env ,
  _event ,
  this )

Math.meth_tanh / 4

#147 in value/core/math.rb

meth_tanh ( _loc ,
  _env ,
  _event ,
  this )

Math.meth_exp / 4

#159 in value/core/math.rb

meth_exp ( _loc ,
  _env ,
  _event ,
  this )

Math.meth_log / 4

#171 in value/core/math.rb

meth_log ( _loc ,
  _env ,
  _event ,
  this )

Math.meth_log10 / 4

#183 in value/core/math.rb

meth_log10 ( _loc ,
  _env ,
  _event ,
  this )

Math.meth_sqrt / 4

#195 in value/core/math.rb

meth_sqrt ( _loc ,
  _env ,
  _event ,
  this )

Math.meth_ldexp / 5

#207 in value/core/math.rb

meth_ldexp ( _loc ,
  _env ,
  _event ,
  this ,
  other )

Math.meth_frexp / 4

#220 in value/core/math.rb

meth_frexp ( _loc ,
  _env ,
  _event ,
  this )

Math.meth_divmod / 5

#237 in value/core/math.rb

meth_divmod ( _loc ,
  _env ,
  _event ,
  this ,
  other )