sqrt static method

double sqrt(
  1. num x
)

Implementation

static double sqrt(num x) => math.sqrt(x);