SYNOPSIS
loadrt hypot [count=N|names=name1[,name2…]]
FUNCTIONS
- hypot.N
-
PINS
- hypot.N.in0 float in
-
- hypot.N.in1 float in
-
- hypot.N.in2 float in
-
- hypot.N.out float out
-
out = sqrt(in02 + in12 + in22)
AUTHOR
Jeff Epler
LICENSE
GPL
hypot - Three-input hypotenuse (Euclidean distance) calculator
loadrt hypot [count=N|names=name1[,name2…]]
out = sqrt(in02 + in12 + in22)
Jeff Epler
GPL