numberFunction

The element <numberFunction> is a number function that evaluates the element <expression> to returns an integer or real data type based on the attribute "numberAction" as follows– "commonLogarithm" – Returns a real number of the common logarithm (log) from the specified number.• "cosecant" – Returns a real number of the cosecant (csc or cosec) from the specified number.• "cosine" – Returns a real number of – Returns a real number of the cosine (cos) from the specified number.• "cotangent" – Returns a real number of the cotangent (cot) from the specified number.• "exponential" – Returns a real number of the exponential (exp) from the specified number.• "factorial" – Returns an integer number of the product of multiplying all integers up to and including the given positive integer.• "float" – Returns a real number from the specified number converted to a real data type.• "hyperbolicCosecant" – Returns a real number of the hyperbolic cosecant (csch) from the specified number.• "hyperbolicCosine" – Returns a real number of the hyperbolic cosine (cosh) from the specified number.• "hyperbolicCotangent" – Returns a real number of the hyperbolic cotangent (coth) from the specified number.• "hyperbolicSecant" – Returns a real number of the hyperbolic secant (sech) from the specified number.• "hyperbolicSine" – Returns a real number of the hyperbolic sine (sinh) from the specified number.• "hyperbolicTangent" – Returns a real number of the hyperbolic tangent (tanh) from the specified number.• "inverseCosine" – Returns a real number of the inverse cosine (arccos or cos-1) from the specified number.• "inverseCosecant" – Returns a real number of the inverse cosecant (arccsc or csc-1) from the specified number.• "inverseCotangent" – Returns a real number of the inverse cotangent (arccot or cot-1) from the specified number.• "inverseSine" – Returns a real number of the inverse sine (arcsin) from the specified number.• "inverseSecant" – Returns a real number of the inverse secant (arcsec or sec-1) from the specified number.• "inverseTangent" – Returns a real number of the inverse tangent (arctan or tan-1) from the specified number.• "naturalLogarithm" – Returns a real number of the natural logarithm (ln) from the specified number.• "negative" – Returns a real number of the negative value from the specified number.• "secant" – Returns a real number of the secant (sec) from the specified number.• "sine" – Returns a real number of the sine (sin) from the specified number.• "squareRoot" – Returns a real number of the square root (sqrt) from the specified number.• "tangent" – Returns a real number of the tangent (tan or tg) from the specified number.• "truncate" – Returns a integer number of the real number truncated to an integer data type.