Returns the square root of the sum of squares of its arguments
ID
math-tools-hypot
Name
Hypot
Group
Tools
Package
Math
Keywords
Imul2
Addition
Subtraction
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
a | Number | Input value | |
b | Number | Input value |
Outputs
Name | Type | Description |
---|---|---|
x | Number | The square root of the sum of squares of the given arguments |