Libraries
»
appmath
(0.0.1)
»
Index
»
AppMath
»
R2
»
#abs2
Method: AppMath::R2#abs2
Defined in:
lib/kepler_2d.rb
#
abs2
⇒
Object
abs squared
75 76 77
# File 'lib/kepler_2d.rb', line 75
def
abs2
x
*
x
+
y
*
y
end