#include <Ninja.h>
Float njHypot( x , y )
Float x
Float y
PARAMETERS
x
an arbitrary real number
y
an arbitrary real number
RETURN VALUE
length of a hypotenuse
FUNCTION
If the value of the length of x and y are given, Returns the length of the hypotenus of the right angled triangle and
returns the value found as the result.