Sha256: 39d38df598e12c413a88e09af2d97fa7074e2d4338bb128edf5cc0aab1259e0e

Contents?: true

Size: 301 Bytes

Versions: 2

Compression:

Stored size: 301 Bytes

Contents

module RDF::N3::Algebra::Math
  ##
  # The subject is a pair of integers. The object is calculated by dividing the first number of the pair by the second and taking the remainder.
  class Remainder < SPARQL::Algebra::Operator::Binary
    include RDF::Util::Logger

    NAME = :mathRemainder
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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