public abstract class Excel extends Object
Functions are loaded into the function table by reflection.
Constructor and Description |
---|
Excel() |
Modifier and Type | Method and Description |
---|---|
static double |
acos(double number) |
static double |
acosh(double x) |
static double |
asin(double number) |
static double |
asinh(double x) |
static double |
atan2(double y,
double x) |
static double |
atanh(double x) |
static double |
cosh(double number) |
static double |
degrees(double number) |
static double |
log10(double number) |
static double |
mod(Object first,
Object second)
The MOD function.
|
static double |
pi() |
static double |
power(double x,
double y) |
static double |
radians(double number) |
static double |
sinh(double number) |
static double |
sqrtPi(double number) |
static double |
tanh(double number) |
public static double acos(double number)
public static double acosh(double x)
public static double asin(double number)
public static double asinh(double x)
public static double atan2(double y, double x)
public static double atanh(double x)
public static double cosh(double number)
public static double degrees(double number)
public static double log10(double number)
public static double mod(Object first, Object second)
first
- Firstsecond
- Secondpublic static double pi()
public static double power(double x, double y)
public static double radians(double number)
public static double sinh(double number)
public static double sqrtPi(double number)
public static double tanh(double number)
Copyright © 2020 Hitachi Vantara. All rights reserved.