Differences Between: [Versions 400 and 402] [Versions 400 and 403]
(no description)
File Size: | 805 lines (30 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
abs($complex) X-Ref |
Returns the absolute value (modulus) of a complex number. Also known as the rho of the complex number, i.e. the distance/radius from the centrepoint to the representation of the number in polar coordinates. This function is a synonym for rho() return: float The absolute (or rho) value of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
acos($complex) X-Ref |
Returns the inverse cosine of a complex number. return: Complex The inverse cosine of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
acosh($complex) X-Ref |
Returns the inverse hyperbolic cosine of a complex number. return: Complex The inverse hyperbolic cosine of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
acot($complex) X-Ref |
Returns the inverse cotangent of a complex number. return: Complex The inverse cotangent of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
acoth($complex) X-Ref |
Returns the inverse hyperbolic cotangent of a complex number. return: Complex The inverse hyperbolic cotangent of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
acsc($complex) X-Ref |
Returns the inverse cosecant of a complex number. return: Complex The inverse cosecant of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
acsch($complex) X-Ref |
Returns the inverse hyperbolic cosecant of a complex number. return: Complex The inverse hyperbolic cosecant of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
argument($complex) X-Ref |
Returns the argument of a complex number. Also known as the theta of the complex number, i.e. the angle in radians from the real axis to the representation of the number in polar coordinates. This function is a synonym for theta() return: float The argument (or theta) value of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
asec($complex) X-Ref |
Returns the inverse secant of a complex number. return: Complex The inverse secant of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
asech($complex) X-Ref |
Returns the inverse hyperbolic secant of a complex number. return: Complex The inverse hyperbolic secant of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
asin($complex) X-Ref |
Returns the inverse sine of a complex number. return: Complex The inverse sine of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
asinh($complex) X-Ref |
Returns the inverse hyperbolic sine of a complex number. return: Complex The inverse hyperbolic sine of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
atan($complex) X-Ref |
Returns the inverse tangent of a complex number. return: Complex The inverse tangent of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
atanh($complex) X-Ref |
Returns the inverse hyperbolic tangent of a complex number. return: Complex The inverse hyperbolic tangent of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
conjugate($complex) X-Ref |
Returns the complex conjugate of a complex number return: Complex The conjugate of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
cos($complex) X-Ref |
Returns the cosine of a complex number. return: Complex The cosine of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
cosh($complex) X-Ref |
Returns the hyperbolic cosine of a complex number. return: Complex The hyperbolic cosine of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
cot($complex) X-Ref |
Returns the cotangent of a complex number. return: Complex The cotangent of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
coth($complex) X-Ref |
Returns the hyperbolic cotangent of a complex number. return: Complex The hyperbolic cotangent of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
csc($complex) X-Ref |
Returns the cosecant of a complex number. return: Complex The cosecant of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
csch($complex) X-Ref |
Returns the hyperbolic cosecant of a complex number. return: Complex The hyperbolic cosecant of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
exp($complex) X-Ref |
Returns the exponential of a complex number. return: Complex The exponential of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
inverse($complex) X-Ref |
Returns the inverse of a complex number. return: Complex The inverse of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
ln($complex) X-Ref |
Returns the natural logarithm of a complex number. return: Complex The natural logarithm of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
log2($complex) X-Ref |
Returns the base-2 logarithm of a complex number. return: Complex The base-2 logarithm of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
log10($complex) X-Ref |
Returns the common logarithm (base 10) of a complex number. return: Complex The common logarithm (base 10) of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
negative($complex) X-Ref |
Returns the negative of a complex number. return: Complex The negative value of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
pow($complex, $power) X-Ref |
Returns a complex number raised to a power. return: Complex The complex argument raised to the real power. param: Complex|mixed $complex Complex number or a numeric value. param: float|integer $power The power to raise this value to |
rho($complex) X-Ref |
Returns the rho of a complex number. This is the distance/radius from the centrepoint to the representation of the number in polar coordinates. return: float The rho value of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
sec($complex) X-Ref |
Returns the secant of a complex number. return: Complex The secant of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
sech($complex) X-Ref |
Returns the hyperbolic secant of a complex number. return: Complex The hyperbolic secant of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
sin($complex) X-Ref |
Returns the sine of a complex number. return: Complex The sine of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
sinh($complex) X-Ref |
Returns the hyperbolic sine of a complex number. return: Complex The hyperbolic sine of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
sqrt($complex) X-Ref |
Returns the square root of a complex number. return: Complex The Square root of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
tan($complex) X-Ref |
Returns the tangent of a complex number. return: Complex The tangent of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
tanh($complex) X-Ref |
Returns the hyperbolic tangent of a complex number. return: Complex The hyperbolic tangent of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |
theta($complex) X-Ref |
Returns the theta of a complex number. This is the angle in radians from the real axis to the representation of the number in polar coordinates. return: float The theta value of the complex argument. param: Complex|mixed $complex Complex number or a numeric value. |