outCirc static method

double outCirc(
  1. double x
)

Implementation

static double outCirc(double x) => sqrt(1 - pow(x - 1, 2));