elliptical method

T elliptical(
  1. double x,
  2. double y
)

Implementation

T elliptical(double x, double y) {
  return all.elliptical(x, y);
}