Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ServiceDescription
ABSOLUTEVALUEReturns the absolute value of a value.
SRP_Math ADDAdds two values.
ARCCOSCalculates the arc cosine of a value.
ARCCOSHCalculates the hyperbolic arc cosine of a value.
ARCSINCalculates the arc sine of a value.
ARCSINHCalculates the hyperbolic arc sine of a value.
ARCTANCalculates the arc tangent of a value.
ARCTAN2Calculates the two-argument arc tangent of two values.
ARCTANHCalculates the hyperbolic arc tangent of a value.
CEILINGRounds a value upward to the nearest integer.
COMPARECompares two values.
COSCalculates the cosine of a value.
COSHCalculates the hyperbolic cosine of a value.
CUBEROOTTakes the cube root of a value.
DECIMALDetermines whether a value is a decimal number or integer.
DIVIDEDivides two values.
EVENDetermines if a value is even.
EXPPerforms the exponential function of a value.
EXPONENTReturns the exponent component of a value.
FACTORIALComputes the factorial of a value.
FLOORRounds a value downward to the nearest integer.
GCDComputes the greatest common divisor of two values.
INTReturns the integer component of a value.
LCMComputes the least common multiple of two values.
LOGTakes the natural logarithm of a value.
LOG10Takes the common logarithm of a value.
MULTIPLYMultiplies two values.
NEGATENegates a value.
NONEReturns the value without performing any calculations.
ODDDetermines if a value is odd.
POWRaises a value to the power of another value.
RANDOMGenerates a random value.
ROUNDRounds a value to a given decimal place.
SIGDIGITSReturns the number of significant digits in a value.
SIGNReturns the sign of a value.
SINCalculates the sine of a value.
SINHCalculates the hyperbolic sine of a value.
SQUAREROOTTakes the square root of a value.
SUBTRACTSubtracts two values.
TANCalculates the tangent of a value.
TANHCalculates the hyperbolic tangent of a value.

...