Home
last modified time | relevance | path

Searched defs:hypot (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dmath_.h67 # define hypot(x,y) _hypot(x,y) macro
69 # define hypot(x,y) sqrt((double)(x)*(x)+(double)(y)*(y)) macro
/plan9/sys/src/ape/lib/ap/math/
H A Dhypot.c8 hypot(double a, double b) in hypot() function
/plan9/sys/src/libc/port/
H A Dhypot.c13 hypot(double p, double q) in hypot() function