public class Maths extends Object
| Constructor and Description |
|---|
Maths() |
| Modifier and Type | Method and Description |
|---|---|
static double |
hypot(double a,
double b)
sqrt(a^2 + b^2) without under/overflow.
|
Copyright © 2000–2016 BioJava. All rights reserved.