arch2 static method

double arch2(
  1. double t
)

Implementation

@pragma('vm:prefer-inline')
static double arch2(double t) => t * (1 - t);