toDouble method Null safety
Returns this BigInt as a double.
If the number is not representable as a double, an approximation is returned. For numerically large integers, the approximation may be infinite.
Implementation
double toDouble();
Returns this BigInt as a double.
If the number is not representable as a double, an approximation is returned. For numerically large integers, the approximation may be infinite.
double toDouble();