cellAreaRads2 method

double cellAreaRads2(
  1. int h
)

Implementation

double cellAreaRads2(
  int h,
) {
  return _cellAreaRads2(
    h,
  );
}