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