rt7 constructor

const rt7(
  1. num d
)

Calculate 7th root with high accuracy.

Implementation

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