public abstract class MathFunction extends Object implements Function
| Modifier and Type | Class and Description |
|---|---|
static class |
MathFunction.AtanFunction |
static class |
MathFunction.CosFunction |
static class |
MathFunction.FloorFunction |
static class |
MathFunction.Log2Function |
static class |
MathFunction.SinFunction |
static class |
MathFunction.SqrtFunction |
| Constructor and Description |
|---|
MathFunction() |
| Modifier and Type | Method and Description |
|---|---|
List<com.fasterxml.jackson.databind.JsonNode> |
apply(Scope scope,
List<JsonQuery> args,
com.fasterxml.jackson.databind.JsonNode in) |
protected abstract double |
f(double f) |
public List<com.fasterxml.jackson.databind.JsonNode> apply(Scope scope, List<JsonQuery> args, com.fasterxml.jackson.databind.JsonNode in) throws JsonQueryException
apply in interface FunctionJsonQueryExceptionprotected abstract double f(double f)
Copyright © 2017. All rights reserved.