This documentation is no longer maintained. For documentation of the current version of emc2, please see http://www.linuxcnc.org/docview/html

HYPOT

NAME
SYNOPSIS
FUNCTIONS
PINS
LICENSE

NAME

hypot − Three-input hypotenuse (Euclidean distance) calculator

SYNOPSIS

loadrt hypot [count=N]

FUNCTIONS

hypot.N (uses floating-point)

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)

LICENSE

GPL