max method

double max(
  1. double other
)

Implementation

double max(double other) => math.max<double>(this, other);