rt5 constructor

const rt5(
  1. num d
)

Calculate 5th root with high accuracy.

Implementation

const factory rt5(num d) = ConstMath.rt5;