Sha256: 873a97a1fe987d373be84edc89b1740865cec19529042f570684be0ae1d47ddf

Contents?: true

Size: 230 Bytes

Versions: 2

Compression:

Stored size: 230 Bytes

Contents

module RDF::N3::Algebra::Math
  ##
  # The object is calulated as the absolute value of the subject.
  class AbsoluteValue < SPARQL::Algebra::Operator::Binary
    include RDF::Util::Logger

    NAME = :mathAbsoluteValue
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rdf-n3-3.1.1 lib/rdf/n3/algebra/math/absoluteValue.rb
rdf-n3-3.1.0 lib/rdf/n3/algebra/math/absoluteValue.rb