bellcurve6 static method

double bellcurve6(
  1. double t
)

Implementation

static double bellcurve6(double t) => smoothStart3(t) * smoothStop3(t);