outQuint static method

double outQuint(
  1. double x
)

Implementation

static double outQuint(double x) => 1.0 - pow(1 - x, 5);