|
|
◆ Cospi()
| Function Cospi |
( |
X As |
Double, |
|
|
Optional Info As |
Long |
|
) |
| |
cos(πx)
- Purpose
- Computes cos(πx) with high accuracy.
- Returns
- Double
cos(πx).
- Parameters
-
| [in] | X | Argument x. |
| [out] | Info | (Optional)
= 0: Successful exit.
= 1: Floating point range error. |
- Reference
- boost/math/special_functions
|