You are here: Symbol Reference > Math387 Namespace > Functions > Math387.Pythag Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.Pythag Function

The Pythagora formula.

Pascal
function Pythag(const X: double; const Y: double): double; overload;

Returns the Sqrt(X*X + Y*Y).

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!