µVision User's Guide

legacy

__exp

Summary
double __exp (
  double x);   /* power to use for ex function */
Description

The __exp debugger function calculates the exponential function for the floating-point value x.

Return Value

The __exp function returns the floating-point value ex.

See Also

__log, __log10, __sqrt

Example
> __exp(3);