I see some functions documented in Blazegraph, for instance in cern.jet.math.Function: https://blazegraph.github.io/database/apidocs/index.html?cern/jet/math/package-summary.html
I am wondering whether it is possible to use these functions in a Blazegraph's SPARQL endpoint? The only documented use I can find is for the GAS queries: SERVICE gas:service { gas:program gas:gasClass "com.bigdata.rdf.graph.analytics.BFS" ...