Sha256: e5da51bc8a62be4a956442e977709448c1fe6fcdaad6132ead2ad0cf3bebbdf3

Contents?: true

Size: 285 Bytes

Versions: 2

Compression:

Stored size: 285 Bytes

Contents

module RDF::N3::Algebra::Math
  ##
  # The subject is a pair of numbers. The object is calculated by raising the first number of the power of the second.
  class Exponentiation < SPARQL::Algebra::Operator::Binary
    include RDF::Util::Logger

    NAME = :mathExponentiation
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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