BBP constructor

BBP(
  1. int digits
)

Implementation

BBP(int digits) : super(digits, 1.0);