Sha256: e2f41175a6d84e1787042bd0f4ef769a1af046d3a60c878a0ae9ee32706ed9b9
Contents?: true
Size: 282 Bytes
Versions: 2
Compression:
Stored size: 282 Bytes
Contents
module RDF::N3::Algebra::Math ## # The subject is a pair of numbers. The object is calculated by subtracting the second number of the pair from the first. class Difference < SPARQL::Algebra::Operator::Binary include RDF::Util::Logger NAME = :mathDifference end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rdf-n3-3.1.1 | lib/rdf/n3/algebra/math/difference.rb |
rdf-n3-3.1.0 | lib/rdf/n3/algebra/math/difference.rb |