Uses of Interface
com.walkfares.odsl.function.SingleValueTransform
Package | Description |
---|---|
com.walkfares.function.math |
-
Uses of SingleValueTransform in com.walkfares.function.math
Classes in com.walkfares.function.math that implement SingleValueTransform Modifier and Type Class Description static class
SingleValueTransforms.abs
static class
SingleValueTransforms.acos
static class
SingleValueTransforms.asin
static class
SingleValueTransforms.atan
static class
SingleValueTransforms.atan2
static class
SingleValueTransforms.cbrt
static class
SingleValueTransforms.cos
static class
SingleValueTransforms.cosh
static class
SingleValueTransforms.exp
static class
SingleValueTransforms.log
static class
SingleValueTransforms.log10
static class
SingleValueTransforms.log1p
static class
SingleValueTransforms.pow
static class
SingleValueTransforms.sin
static class
SingleValueTransforms.sinh
static class
SingleValueTransforms.sqrt
static class
SingleValueTransforms.tan
static class
SingleValueTransforms.tanh
static class
SingleValueTransforms.toDegrees
static class
SingleValueTransforms.toRadians
Methods in com.walkfares.function.math with parameters of type SingleValueTransform Modifier and Type Method Description static Var
SingleValueTransforms. transform(OpenDSLContext context, Var input, SingleValueTransform t, VarScalar... params)