function FixedSqrtLP(Value: TFixed): TFixed;
Low precision (8 bit) fixed math squareroot.
function FixedSqrtHP(Value: TFixed): TFixed;
High precision (16 bit) fixed math square root. This routine is slower that the low precision version.
[See also] Fixed Point Math, Fixed Square