geostyler-style
    Preparing search index...

    Interface Fpow

    Returns the value of base (argument[0]) raised to the power of exponent (arguments[1])

    interface Fpow {
        args: [
            number
            | GeoStylerNumberFunction,
            number | GeoStylerNumberFunction,
        ];
        name: "pow";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: "pow"