inQuad static method

double inQuad(
  1. double x
)

Implementation

static double inQuad(double x) => x * x;