FixedSqr

function FixedSqr(Value: TFixed): TFixed;

This is the same as using FixedMul(Value, Value).

[See also] Fixed Point Math, Fixed Square Root