void SinhCoshf(const float X, float &SinhX, float &CoshX);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const float | |
| 2 | SinhX | float & | |
| 3 | CoshX | float & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const float | |
| 2 | SinhX | float & | |
| 3 | CoshX | float & |