Sha256: 5b032af07d3223a10218313a641a5f06870531b71ca63ee541ce4f3ed8987966
Contents?: true
Size: 260 Bytes
Versions: 2
Compression:
Stored size: 260 Bytes
Contents
module RDF::N3::Algebra::Math ## # The subject is a list of numbers. The object is calculated as the arithmentic product of those numbers. class Product < SPARQL::Algebra::Operator::Binary include RDF::Util::Logger NAME = :mathProduct end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rdf-n3-3.1.1 | lib/rdf/n3/algebra/math/product.rb |
rdf-n3-3.1.0 | lib/rdf/n3/algebra/math/product.rb |