com.mysema.query.functions
Class MathFunctions
java.lang.Object
com.mysema.query.functions.MathFunctions
public final class MathFunctions
- extends java.lang.Object
MathFunctions provides additional math functions that are not available
in standard numeric expressions
- Version:
- $Id$
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
acos
public static ENumber<java.lang.Double> acos(Expr<java.lang.Double> left)
asin
public static ENumber<java.lang.Double> asin(Expr<java.lang.Double> left)
atan
public static ENumber<java.lang.Double> atan(Expr<java.lang.Double> left)
cos
public static ENumber<java.lang.Double> cos(Expr<java.lang.Double> left)
exp
public static ENumber<java.lang.Double> exp(Expr<java.lang.Double> left)
log
public static ENumber<java.lang.Double> log(Expr<java.lang.Double> left)
log10
public static ENumber<java.lang.Double> log10(Expr<java.lang.Double> left)
pow
public static ENumber<java.lang.Double> pow(Expr<java.lang.Double> left,
Expr<java.lang.Double> right)
sin
public static ENumber<java.lang.Double> sin(Expr<java.lang.Double> left)
tan
public static ENumber<java.lang.Double> tan(Expr<java.lang.Double> left)
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.