public class DefaultNExprsCommonOps extends Object
| Constructor and Description |
|---|
DefaultNExprsCommonOps() |
| Modifier and Type | Method and Description |
|---|---|
static BigDecimal |
exp(BigDecimal value,
MathContext mc) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NFunction<?,?>> |
findFunction1(net.thevpc.nuts.expr.NExprCommonOp op,
net.thevpc.nuts.expr.NExprOpType type,
net.thevpc.nuts.util.NPlatformArgsSignature sig) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NFunction2<?,?,?>> |
findFunction2(net.thevpc.nuts.expr.NExprCommonOp op,
net.thevpc.nuts.expr.NExprOpType type,
net.thevpc.nuts.util.NPlatformArgsSignature sig) |
static BigDecimal |
naturalLog(BigDecimal value,
MathContext mc) |
static BigDecimal |
power(BigDecimal base,
BigDecimal exponent,
MathContext mc) |
public net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NFunction2<?,?,?>> findFunction2(net.thevpc.nuts.expr.NExprCommonOp op,
net.thevpc.nuts.expr.NExprOpType type,
net.thevpc.nuts.util.NPlatformArgsSignature sig)
public net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NFunction<?,?>> findFunction1(net.thevpc.nuts.expr.NExprCommonOp op,
net.thevpc.nuts.expr.NExprOpType type,
net.thevpc.nuts.util.NPlatformArgsSignature sig)
public static BigDecimal naturalLog(BigDecimal value, MathContext mc)
public static BigDecimal exp(BigDecimal value, MathContext mc)
public static BigDecimal power(BigDecimal base, BigDecimal exponent, MathContext mc)
Copyright © 2025 vpc open source initiative. All rights reserved.