outQuart static method

double outQuart(
  1. double x
)

Implementation

static double outQuart(double x) => 1.0 - pow(1.0 - x, 4);