operator / method

Cubic operator /(
  1. double x
)

Implementation

Cubic operator /(double x) => this * (1.0 / x);