Sha256: 2a6eef84d4a5a5066d5ed47fdcfa5d21608afa9b06d7d8987f5f2e58ac29bfce

Contents?: true

Size: 315 Bytes

Versions: 2

Compression:

Stored size: 315 Bytes

Contents

module RDF::N3::Algebra::Math
  ##
  # The subject is a pair of integer numbers. The object is calculated by dividing the first number of the pair by the second, ignoring remainder.
  class IntegerQuotient < SPARQL::Algebra::Operator::Binary
    include RDF::Util::Logger

    NAME = :mathIntegerQuotient
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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