outQuad static method

double outQuad(
  1. double x
)

Implementation

static double outQuad(double x) => 1 - (1 - x) * (1 - x);