Name | Summary | Category |
decimal->oncompare | [decimal->oncompare] compares the decimal to a required parameter, which may be either a decimal or an integer. Returns -1 if the decimal is less than the parameter, 0 if the decimal is equal to... | Decimal |
decimal->ldexp | Returns the load exponent of a floating point number, as represented by the expression x * (2 to the power of e), where x is the decimal and e is a required integer parameter. | Decimal |
decimal->log | Calculates the natural logarithm of the decimal. | Decimal |
decimal->log10 | Calculates the base 10 logarithm of the decimal. The decimal must be greater than or equal to zero. | Decimal |
decimal->modf | Breaks a decimal into the integral and fractional parts, each of which has the same sign as the decimal. Returns the fractional part and the integral part (as a floating-point number) as the... | Decimal |
decimal->pow | Returns the base decimal raised to the exponent. Accepts a decimal as the exponent. | Decimal |
decimal->sin | Returns the sine of the decimal specified in radians. Returns a decimal value between -1 and 1. | Decimal |
decimal->sinh | Returns the hyperbolic sine of the decimal. | Decimal |
decimal->sqrt | Returns the square root of the decimal. | Decimal |
decimal->tan | Returns the tangent of the decimal measured in radians. | Decimal |
decimal->tanh | Returns the hyperbolic tangent of the decimal. | Decimal |
decimal->hypot | Returns the length of the hypotenuse of a right-angled triangle, where the two legs that form the right angle are the decimal object and the decimal parameter. | Decimal |
decimal->j0 | Returns the Bessel function of the first kind of order 0 for the decimal. | Decimal |
decimal->j1 | Returns the Bessel function of the decimal to the first kind of order of 1. | Decimal |
decimal->jn | Returns the Bessel function of the first kind of order n. Accepts a single integer parameter representing the order n. | Decimal |
decimal->lgamma | [decimal->lgamma] returns the logarithm of the gamma function of the decimal. | Decimal |
decimal->y0 | Returns the Bessel function of the second kind of order 0 for the decimal. | Decimal |
decimal->isnan | Returns True if the decimal is "Not a Number", otherwise False. | Decimal |
decimal->nextafter | Returns the next representable double-precision floating-point value following x in the direction of y. Thus, if y is less than x, [decimal->nextafter] returns the largest representable... | Decimal |
decimal->scalb | Returns the load exponent of a radix-independent floating-point number, as represented in the expression x * (r to the power of n), where x is the decimal, n is a required decimal parameter and r is... | Decimal |
decimal->ilogb | Returns an unbiased exponent of the decimal. Formally, the return value is the integral part of log base r |x| as a signed integral value, for non-zero x, where x is the decimal and r is the radix of... | Decimal |
decimal->log1p | Returns log base e(1.0 + x), where x is the decimal. The value of x must be greater than -1.0. Computes a natural logarithm. | Decimal |
decimal->logb | Returns the radix-independent exponent of the decimal, which is the integral part of log base r |x|, as a signed floating point value, for non-zero x, where x is the decimal and r is the... | Decimal |
decimal->remainder | Returns the floating point remainder r = x - ny when y is non-zero, and where x is the decimal and y is the required decimal parameter. The value n is the integral value nearest the exact value x/y.... | Decimal |
decimal->rint | Returns the integral value nearest the decimal in the direction of the current rounding mode. If the current rounding mode rounds toward negative infinity, then [decimal->rint] is... | Decimal |
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft