Special return values of ilogb.
Calculates ex.
Calculates 2x.
Calculates the value of the natural logarithm base (e) raised to the power of x, minus 1.
Separate floating point value into significand and exponent.
Extracts the exponent of x as a signed integral value.
Compute n * 2exp References: frexp
Calculate the natural logarithm of x.
Calculate the base-10 logarithm of x.
Calculates the natural logarithm of 1 + x.
Calculates the base-2 logarithm of x: log2x
Extracts the exponent of x as a signed integral value.
Compute the value of x n, where n is an integer
Compute the power of two integral numbers.
Computes integer to floating point powers.
Calculates xy.
Computes the value of a positive integer x, raised to the power n, modulo m.
Efficiently calculates x * 2n.
Copyright The D Language Foundation 2000 - 2011. D implementations of exp, expm1, exp2, log, log10, log1p, and log2 functions are based on the CEPHES math library, which is Copyright (C) 2001 Stephen L. Moshier <steve@moshier.net> and are incorporated herein by permission of the author. The author reserves the right to distribute this material elsewhere under different copying permissions. These modifications are distributed here under the following terms:
This is a submodule of std.math.
It contains several exponential and logarithm functions.