Math387::Sqrf Function

float Sqrf(const float X);

Square in single precision.

#NameTypeDescription
1Xconst 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