SYNOPSIS
loadrt hypot [count=N|names=name1[,name2…]]
FUNCTIONS
- hypot.N
PINS
- hypot.N.in0 real in
- hypot.N.in1 real in
- hypot.N.in2 real in
- hypot.N.out real 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