inQuint static method

double inQuint(
  1. double x
)

Implementation

static double inQuint(double x) => x * x * x * x * x;