float Sqrtf(const float X);
Square root.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const float |
Returns: Returns single precision square root of the given number X.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Square root.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const float |
Returns: Returns single precision square root of the given number X.