Description Usage Arguments Value Author(s) Source References Examples
hypot sqrt(a^2 + b^2) without under/overflow
| 1 | hypot(a, b) 
 | 
| a | value a | 
| b | value b | 
| double | sqrt(a^2 + b^2) | 
Jose Gama
Java Tutorial http://www.java2s.com/Tutorial/Java/0120__Development/sqrta2b2withoutunderoverflow.htm
Java Tutorial http://www.java2s.com/Tutorial/Java/0120__Development/sqrta2b2withoutunderoverflow.htm
| 1 | hypot(0.310897, 0.306510)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.