Class sqrt
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.FunctionBase1
-
- org.apache.jena.sparql.function.library.sqrt
-
- All Implemented Interfaces:
Function
public class sqrt extends FunctionBase1
sqrt(expression)
-
-
Constructor Summary
Constructors Constructor Description sqrt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeValue
exec(NodeValue v)
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase1
checkBuild, exec
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec
-
-
-
-
Method Detail
-
exec
public NodeValue exec(NodeValue v)
- Specified by:
exec
in classFunctionBase1
-
-