hypot

hypot

hypot介绍

hypot(expr1, expr2) - 返回 sqrt(expr1^2 + expr2^2).

Examples:

> SELECT hypot(3, 4);
 5.0

Since: 1.4.0