Libraries
»
ruby-mext
(0.4.1)
»
Index (M)
»
Math
Module: Math
Defined in:
lib/mext/math/line.rb
,
lib/mext/math/expon.rb,
lib/mext/numeric/gold.rb,
lib/mext/math/function.rb
Defined Under Namespace
Classes:
Expon
,
Function
,
Line
Constant Summary
collapse
GOLDEN_PROPORTION =
(
sqrt
(
5.0
)
+
1.0
)
/
2.0