outSine static method

double outSine(
  1. double x
)

Implementation

static double outSine(double x) => sin((x * pi) * 0.5);