class Float

Public Class Methods

unity() click to toggle source
# File lib/algebra/numeric-supplement.rb, line 106
def self.unity
  1.0
end
zero() click to toggle source
# File lib/algebra/numeric-supplement.rb, line 110
def self.zero
  0.0
end