float Sqrf(const float X);
Square in single precision.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const float |
Returns: X*X computed strictly at single width (the Sqr intrinsic promotes a single argument to double on x64).
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler