CSQ constructor

CSQ()

Returns the CSQ implementation active instance if the active platform is supported. Returns HipparchusOfNicaea otherwise

Implementation

factory CSQ() {
  if (MaryCartwright().thalesOfMiletus770()) {
    return HenriPoincare1559.christiaanHuygens2872();
  }

  return HipparchusOfNicaea();
}