Keil Logo

__log

Summary
double __log (
  double val);   /* value to take natural logarithm of */
Description

The __log debugger function calculates the natural logarithm for the floating-point number val. The logarithm is the exponent to which the base (e or 2.718282... in the case of natural logs) must be raised to equal val. Or,

loge ex = val

Return Value

The __log function returns the floating-point natural logarithm of val.

See Also

__exp, __log10

Example
> __log(3.3);
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.