ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Static Public Member Functions | |
static | ATAN2 ($xCoordinate=NULL, $yCoordinate=NULL) |
static | CEILING ($number, $significance=NULL) |
static | COMBIN ($numObjs, $numInSet) |
static | EVEN ($number) |
static | FACT ($factVal) |
static | FACTDOUBLE ($factVal) |
static | FLOOR ($number, $significance=NULL) |
static | GCD () |
static | INT ($number) |
static | LCM () |
static | LOG_BASE ($number=NULL, $base=10) |
static | MDETERM ($matrixValues) |
static | MINVERSE ($matrixValues) |
static | MMULT ($matrixData1, $matrixData2) |
MMULT. More... | |
static | MOD ($a=1, $b=1) |
MOD. More... | |
static | MROUND ($number, $multiple) |
MROUND. More... | |
static | MULTINOMIAL () |
MULTINOMIAL. More... | |
static | ODD ($number) |
ODD. More... | |
static | POWER ($x=0, $y=2) |
POWER. More... | |
static | PRODUCT () |
static | QUOTIENT () |
static | RAND ($min=0, $max=0) |
RAND. More... | |
static | ROMAN ($aValue, $style=0) |
static | ROUNDUP ($number, $digits) |
ROUNDUP. More... | |
static | ROUNDDOWN ($number, $digits) |
ROUNDDOWN. More... | |
static | SERIESSUM () |
SERIESSUM. More... | |
static | SIGN ($number) |
SIGN. More... | |
static | SQRTPI ($number) |
SQRTPI. More... | |
static | SUBTOTAL () |
SUBTOTAL. More... | |
static | SUM () |
static | SUMIF ($aArgs, $condition, $sumArgs=array()) |
static | SUMPRODUCT () |
static | SUMSQ () |
static | SUMX2MY2 ($matrixData1, $matrixData2) |
SUMX2MY2. More... | |
static | SUMX2PY2 ($matrixData1, $matrixData2) |
SUMX2PY2. More... | |
static | SUMXMY2 ($matrixData1, $matrixData2) |
SUMXMY2. More... | |
static | TRUNC ($value=0, $digits=0) |
TRUNC. More... | |
Static Private Member Functions | |
static | _factors ($value) |
static | _romanCut ($num, $n) |
Definition at line 46 of file MathTrig.php.
|
staticprivate |
Definition at line 51 of file MathTrig.php.
|
staticprivate |
|
static |
Definition at line 100 of file MathTrig.php.
References PHPExcel_Calculation_Functions\DIV0(), PHPExcel_Calculation_Functions\flattenSingleValue(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
Definition at line 139 of file MathTrig.php.
References PHPExcel_Calculation_Functions\COMPATIBILITY_GNUMERIC, PHPExcel_Calculation_Functions\flattenSingleValue(), PHPExcel_Calculation_Functions\getCompatibilityMode(), PHPExcel_Calculation_Functions\NaN(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
Definition at line 176 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenSingleValue(), PHPExcel_Calculation_Functions\NaN(), and PHPExcel_Calculation_Functions\VALUE().
Referenced by PHPExcel_Calculation_Statistical\BINOMDIST(), PHPExcel_Calculation_Statistical\HYPGEOMDIST(), and PHPExcel_Calculation_Statistical\NEGBINOMDIST().
|
static |
Definition at line 209 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenSingleValue(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
Definition at line 240 of file MathTrig.php.
References PHPExcel_Calculation_Functions\COMPATIBILITY_GNUMERIC, PHPExcel_Calculation_Functions\flattenSingleValue(), PHPExcel_Calculation_Functions\getCompatibilityMode(), PHPExcel_Calculation_Functions\NaN(), and PHPExcel_Calculation_Functions\VALUE().
Referenced by PHPExcel_Calculation_Engineering\BESSELI(), PHPExcel_Calculation_Engineering\BESSELJ(), PHPExcel_Calculation_Statistical\PERMUT(), and PHPExcel_Calculation_Statistical\POISSON().
|
static |
Definition at line 277 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenSingleValue(), PHPExcel_Calculation_Functions\NaN(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
Definition at line 310 of file MathTrig.php.
References PHPExcel_Calculation_Functions\COMPATIBILITY_GNUMERIC, PHPExcel_Calculation_Functions\DIV0(), PHPExcel_Calculation_Functions\flattenSingleValue(), PHPExcel_Calculation_Functions\getCompatibilityMode(), PHPExcel_Calculation_Functions\NaN(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
Definition at line 349 of file MathTrig.php.
References $i, $key, $keys, array, PHPExcel_Calculation_Functions\flattenArray(), PHPExcel_Calculation_Functions\NaN(), and PHPExcel_Calculation_Functions\VALUE().
Referenced by PHPExcel_Style_NumberFormat\_formatAsFraction().
|
static |
Definition at line 423 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenSingleValue(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
Definition at line 454 of file MathTrig.php.
References array, PHPExcel_Calculation_Functions\flattenArray(), PHPExcel_Calculation_Functions\NaN(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
Definition at line 504 of file MathTrig.php.
References $base, PHPExcel_Calculation_Functions\flattenSingleValue(), PHPExcel_Calculation_Functions\NaN(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
Definition at line 529 of file MathTrig.php.
References $column, $row, array, and PHPExcel_Calculation_Functions\VALUE().
|
static |
Definition at line 571 of file MathTrig.php.
References $column, $row, array, and PHPExcel_Calculation_Functions\VALUE().
|
static |
MMULT.
array | $matrixData1 | A matrix of values |
array | $matrixData2 | A matrix of values |
Definition at line 607 of file MathTrig.php.
References array, and PHPExcel_Calculation_Functions\VALUE().
|
static |
MOD.
int | $a | Dividend |
int | $b | Divisor |
Definition at line 661 of file MathTrig.php.
References PHPExcel_Calculation_Functions\DIV0(), and PHPExcel_Calculation_Functions\flattenSingleValue().
|
static |
MROUND.
Rounds a number to the nearest multiple of a specified value
float | $number | Number to round |
int | $multiple | Multiple to which you want to round $number |
Definition at line 686 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenSingleValue(), PHPExcel_Calculation_Functions\NaN(), and PHPExcel_Calculation_Functions\VALUE().
Referenced by PHPExcel_Calculation_TextData\DOLLAR().
|
static |
MULTINOMIAL.
Returns the ratio of the factorial of a sum of values to the product of factorials.
array | of mixed Data Series |
Definition at line 712 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenArray(), PHPExcel_Calculation_Functions\NaN(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
ODD.
Returns number rounded up to the nearest odd integer.
float | $number | Number to round |
Definition at line 746 of file MathTrig.php.
References $result, PHPExcel_Calculation_Functions\flattenSingleValue(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
POWER.
Computes x raised to the power y.
float | $x | |
float | $y |
Definition at line 781 of file MathTrig.php.
References $result, $x, $y, PHPExcel_Calculation_Functions\DIV0(), PHPExcel_Calculation_Functions\flattenSingleValue(), and PHPExcel_Calculation_Functions\NaN().
|
static |
Definition at line 811 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenArray().
Referenced by PHPExcel_Calculation_Database\DPRODUCT(), and PHPExcel_Calculation_Statistical\GEOMEAN().
|
static |
Definition at line 849 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenArray().
|
static |
RAND.
int | $min | Minimal value |
int | $max | Maximal value |
Definition at line 881 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenSingleValue().
|
static |
Definition at line 893 of file MathTrig.php.
References $m, $style, $t, PHPExcel_Calculation_Functions\flattenSingleValue(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
ROUNDDOWN.
Rounds a number down to a specified number of decimal places
float | $number | Number to round |
int | $digits | Number of digits to which you want to round $number |
Definition at line 956 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenSingleValue(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
ROUNDUP.
Rounds a number up to a specified number of decimal places
float | $number | Number to round |
int | $digits | Number of digits to which you want to round $number |
Definition at line 931 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenSingleValue(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
SERIESSUM.
Returns the sum of a power series
float | $x | Input value to the power series |
float | $n | Initial power to which you want to raise $x |
float | $m | Step by which to increase $n for each term in the series |
array | of mixed Data Series |
Definition at line 983 of file MathTrig.php.
References $i, $m, $n, $x, PHPExcel_Calculation_Functions\flattenArray(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
SIGN.
Determines the sign of a number. Returns 1 if the number is positive, zero (0) if the number is 0, and -1 if the number is negative.
float | $number | Number to round |
Definition at line 1021 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenSingleValue(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
SQRTPI.
Returns the square root of (number * pi).
float | $number | Number |
Definition at line 1044 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenSingleValue(), PHPExcel_Calculation_Functions\NaN(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
SUBTOTAL.
Returns a subtotal in a list or database.
int | the number 1 to 11 that specifies which function to use in calculating subtotals within a list. |
array | of mixed Data Series |
Definition at line 1067 of file MathTrig.php.
References PHPExcel_Calculation_Statistical\AVERAGE(), PHPExcel_Calculation_Statistical\COUNT(), PHPExcel_Calculation_Statistical\COUNTA(), PHPExcel_Calculation_Functions\flattenArray(), PHPExcel_Calculation_Statistical\MAX(), PHPExcel_Calculation_Statistical\MIN(), PHPExcel_Calculation_Statistical\STDEV(), PHPExcel_Calculation_Statistical\STDEVP(), PHPExcel_Calculation_Functions\VALUE(), PHPExcel_Calculation_Statistical\VARFunc(), and PHPExcel_Calculation_Statistical\VARP().
|
static |
Definition at line 1127 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenArray().
Referenced by PHPExcel_Calculation_Database\DSUM().
|
static |
Definition at line 1158 of file MathTrig.php.
References $key, PHPExcel_Calculation_Functions\_ifCondition(), PHPExcel_Calculation\_wrapResult(), PHPExcel_Calculation_Functions\flattenArray(), and PHPExcel_Calculation\getInstance().
|
static |
Definition at line 1198 of file MathTrig.php.
References $i, PHPExcel_Calculation_Functions\flattenArray(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
Definition at line 1242 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenArray().
|
static |
SUMX2MY2.
mixed[] | $matrixData1 Matrix #1 |
mixed[] | $matrixData2 Matrix #2 |
Definition at line 1266 of file MathTrig.php.
References $i, $result, and PHPExcel_Calculation_Functions\flattenArray().
|
static |
SUMX2PY2.
mixed[] | $matrixData1 Matrix #1 |
mixed[] | $matrixData2 Matrix #2 |
Definition at line 1296 of file MathTrig.php.
References $i, $result, and PHPExcel_Calculation_Functions\flattenArray().
|
static |
SUMXMY2.
mixed[] | $matrixData1 Matrix #1 |
mixed[] | $matrixData2 Matrix #2 |
Definition at line 1326 of file MathTrig.php.
References $i, $result, and PHPExcel_Calculation_Functions\flattenArray().
|
static |
TRUNC.
Truncates value to the number of fractional digits by number_digits.
float | $value | |
int | $digits |
Definition at line 1358 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenSingleValue(), and PHPExcel_Calculation_Functions\VALUE().