| 201 |
|
|
| 202 |
The exp() function returns the exponential value of \c x. |
The exp() function returns the exponential value of \c x. |
| 203 |
*/ |
*/ |
| 204 |
extern double exp(double _x) __ATTR_CONST__; |
extern double exp(double __x) __ATTR_CONST__; |
| 205 |
|
|
| 206 |
/** |
/** |
| 207 |
\ingroup avr_math |
\ingroup avr_math |
| 318 |
This function does not belong to the C standard definition. |
This function does not belong to the C standard definition. |
| 319 |
*/ |
*/ |
| 320 |
extern double square(double __x) __ATTR_CONST__; |
extern double square(double __x) __ATTR_CONST__; |
|
/** |
|
|
\ingroup avr_math |
|
|
|
|
|
The function inverse() returns <tt>1 / x</tt>. |
|
|
|
|
|
\note |
|
|
This function does not belong to the C standard definition. |
|
|
*/ |
|
|
extern double inverse(double) __ATTR_CONST__; |
|
| 321 |
|
|
| 322 |
#ifdef __cplusplus |
#ifdef __cplusplus |
| 323 |
} |
} |