Skip to main content

exp10

The mathematical function for exponentiation by 10.x

Parameter

Type

x

decimal, double

Returns: decimal

Example

Query:

PREFIX : <https://ddw-doccorp.linked.data.world/d/sparql-function-sample-queries/>
PREFIX fn: <http://data.world/function/functions#>

SELECT (fn:exp10(2) as ?exp)
{
}

Run query

Results:

exp

100