ILIAS
eassessment Revision 61809
|
Static Public Member Functions | |
static | ATAN2 ($xCoordinate, $yCoordinate) |
static | CEILING ($number, $significance=null) |
CEILING. | |
static | COMBIN ($numObjs, $numInSet) |
COMBIN. | |
static | EVEN ($number) |
EVEN. | |
static | FACT ($factVal) |
FACT. | |
static | FACTDOUBLE ($factVal) |
FACTDOUBLE. | |
static | FLOOR ($number, $significance=null) |
FLOOR. | |
static | GCD () |
GCD. | |
static | INT ($number) |
INT. | |
static | LCM () |
LCM. | |
static | LOG_BASE ($number, $base=10) |
static | MDETERM ($matrixValues) |
MDETERM. | |
static | MINVERSE ($matrixValues) |
MINVERSE. | |
static | MMULT ($matrixData1, $matrixData2) |
MMULT. | |
static | MOD ($a=1, $b=1) |
MOD. | |
static | MROUND ($number, $multiple) |
MROUND. | |
static | MULTINOMIAL () |
MULTINOMIAL. | |
static | ODD ($number) |
ODD. | |
static | POWER ($x=0, $y=2) |
POWER. | |
static | PRODUCT () |
static | QUOTIENT () |
static | RAND ($min=0, $max=0) |
RAND. | |
static | ROMAN ($aValue, $style=0) |
static | ROUNDUP ($number, $digits) |
ROUNDUP. | |
static | ROUNDDOWN ($number, $digits) |
ROUNDDOWN. | |
static | SERIESSUM () |
SERIESSUM. | |
static | SIGN ($number) |
SIGN. | |
static | SQRTPI ($number) |
SQRTPI. | |
static | SUBTOTAL () |
SUBTOTAL. | |
static | SUM () |
static | SUMIF ($aArgs, $condition, $sumArgs=array()) |
static | SUMPRODUCT () |
SUMPRODUCT. | |
static | SUMSQ () |
static | SUMX2MY2 ($matrixData1, $matrixData2) |
SUMX2MY2. | |
static | SUMX2PY2 ($matrixData1, $matrixData2) |
SUMX2PY2. | |
static | SUMXMY2 ($matrixData1, $matrixData2) |
SUMXMY2. | |
static | TRUNC ($value=0, $number_digits=0) |
TRUNC. |
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.
Referenced by GCD(), and LCM().
|
staticprivate |
Definition at line 73 of file MathTrig.php.
Referenced by ROMAN().
|
static |
Definition at line 100 of file MathTrig.php.
References PHPExcel_Calculation_Functions\DIV0(), and PHPExcel_Calculation_Functions\flattenSingleValue().
|
static |
CEILING.
Returns number rounded up, away from zero, to the nearest multiple of significance.
float | $number | Number to round |
float | $significance | Significance |
Definition at line 121 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 EVEN(), and ODD().
|
static |
COMBIN.
Returns the number of combinations for a given number of items. Use COMBIN to determine the total possible number of groups for a given number of items.
int | $numObjs | Number of different objects |
int | $numInSet | Number of objects in each combination |
Definition at line 153 of file MathTrig.php.
References FACT(), 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 |
EVEN.
Returns number rounded up to the nearest even integer.
float | $number | Number to round |
Definition at line 177 of file MathTrig.php.
References CEILING(), PHPExcel_Calculation_Functions\flattenSingleValue(), SIGN(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
FACT.
Returns the factorial of a number.
float | $factVal | Factorial Value |
Definition at line 198 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(), COMBIN(), MULTINOMIAL(), PHPExcel_Calculation_Statistical\PERMUT(), and PHPExcel_Calculation_Statistical\POISSON().
|
static |
FACTDOUBLE.
Returns the double factorial of a number.
float | $factVal | Factorial Value |
Definition at line 230 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenSingleValue(), PHPExcel_Calculation_Functions\NaN(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
FLOOR.
Rounds number down, toward zero, to the nearest multiple of significance.
float | $number | Number to round |
float | $significance | Significance |
Definition at line 257 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 |
GCD.
Returns the greatest common divisor of a series of numbers
$array | Values to calculate the Greatest Common Divisor |
Definition at line 287 of file MathTrig.php.
References _factors(), and PHPExcel_Calculation_Functions\flattenArray().
Referenced by PHPExcel_Style_NumberFormat\toFormattedString().
|
static |
INT.
Casts a floating point value to an integer
float | $number | Number to cast to an integer |
Definition at line 348 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenSingleValue(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
LCM.
Returns the lowest common multiplier of a series of numbers
$array | Values to calculate the Lowest Common Multiplier |
Definition at line 366 of file MathTrig.php.
References _factors(), PHPExcel_Calculation_Functions\flattenArray(), PHPExcel_Calculation_Functions\NaN(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
Definition at line 416 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenSingleValue().
|
static |
MDETERM.
array | $matrixValues | A matrix of values |
Definition at line 430 of file MathTrig.php.
References $row, and PHPExcel_Calculation_Functions\VALUE().
|
static |
MINVERSE.
array | $matrixValues | A matrix of values |
Definition at line 464 of file MathTrig.php.
References $row, and PHPExcel_Calculation_Functions\VALUE().
|
static |
MMULT.
array | $matrixData1 | A matrix of values |
array | $matrixData2 | A matrix of values |
Definition at line 499 of file MathTrig.php.
References PHPExcel_Calculation_Functions\VALUE().
|
static |
MOD.
int | $a | Dividend |
int | $b | Divisor |
Definition at line 550 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 575 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 601 of file MathTrig.php.
References $arg, FACT(), 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 635 of file MathTrig.php.
References CEILING(), PHPExcel_Calculation_Functions\flattenSingleValue(), SIGN(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
POWER.
Computes x raised to the power y.
float | $x | |
float | $y |
Definition at line 666 of file MathTrig.php.
References $x, $y, PHPExcel_Calculation_Functions\DIV0(), and PHPExcel_Calculation_Functions\flattenSingleValue().
|
static |
Definition at line 693 of file MathTrig.php.
References $arg, and PHPExcel_Calculation_Functions\flattenArray().
Referenced by PHPExcel_Calculation_Database\DPRODUCT(), PHPExcel_Calculation_Statistical\GEOMEAN(), and SUBTOTAL().
|
static |
Definition at line 731 of file MathTrig.php.
References $arg, and PHPExcel_Calculation_Functions\flattenArray().
|
static |
RAND.
int | $min | Minimal value |
int | $max | Maximal value |
Definition at line 763 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenSingleValue().
|
static |
Definition at line 775 of file MathTrig.php.
References $t, _romanCut(), 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 837 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 812 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 864 of file MathTrig.php.
References $arg, $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 902 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenSingleValue(), and PHPExcel_Calculation_Functions\VALUE().
Referenced by EVEN(), and ODD().
|
static |
SQRTPI.
Returns the square root of (number * pi).
float | $number | Number |
Definition at line 923 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 946 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(), PRODUCT(), PHPExcel_Calculation_Statistical\STDEV(), PHPExcel_Calculation_Statistical\STDEVP(), SUM(), PHPExcel_Calculation_Functions\VALUE(), PHPExcel_Calculation_Statistical\VARFunc(), and PHPExcel_Calculation_Statistical\VARP().
|
static |
Definition at line 1006 of file MathTrig.php.
References $arg, and PHPExcel_Calculation_Functions\flattenArray().
Referenced by PHPExcel_Calculation_Database\DSUM(), and SUBTOTAL().
|
static |
Definition at line 1037 of file MathTrig.php.
References $arg, PHPExcel_Calculation_Functions\_ifCondition(), PHPExcel_Calculation\_wrapResult(), PHPExcel_Calculation_Functions\flattenArray(), and PHPExcel_Calculation\getInstance().
|
static |
SUMPRODUCT.
mixed | $value | Value to check |
Definition at line 1068 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenArray(), and PHPExcel_Calculation_Functions\VALUE().
|
static |
Definition at line 1106 of file MathTrig.php.
References $arg, and PHPExcel_Calculation_Functions\flattenArray().
|
static |
SUMX2MY2.
mixed | $value | Value to check |
Definition at line 1129 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenArray().
|
static |
SUMX2PY2.
mixed | $value | Value to check |
Definition at line 1158 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenArray().
|
static |
SUMXMY2.
mixed | $value | Value to check |
Definition at line 1187 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenArray().
|
static |
TRUNC.
Truncates value to the number of fractional digits by number_digits.
float | $value | |
int | $number_digits |
Definition at line 1219 of file MathTrig.php.
References PHPExcel_Calculation_Functions\flattenSingleValue(), and PHPExcel_Calculation_Functions\VALUE().