logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hypot - Three-input hypotenuse (Euclidean distance) calculator

Author

       Jeff Epler

Functions

hypot.N (requires a floating-point thread)

License

       GPL

LinuxCNC Documentation                             2025-08-07                                           HYPOT(9)

Name

       hypot - Three-input hypotenuse (Euclidean distance) calculator

Pins

hypot.N.in0 float in
       hypot.N.in1 float in
       hypot.N.in2 float in
       hypot.N.out float out
              out = sqrt(in0^2 + in1^2 + in2^2)

Synopsis

loadrthypot[count=N|names=name1[,name2...]]

See Also