float Sinf(const float X);
Sine function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const float |
Returns: Returns the sine of argument X, in radians.
See Also: Math387::ArcSinf
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Sine function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const float |
Returns: Returns the sine of argument X, in radians.