Function __global->hypot
Definitions
sources_custom/phpstub.php
- Calculate the length of the hypotenuse of a right-angle triangle.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: float
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$x | float | required parameter | N/A | N/A | X |
$y | float | required parameter | N/A | N/A | Y |
Return
- Result
- Type: float
- Set: N/A
- Range: N/A