Function malachite_base::num::conversion::string::options::exhaustive::exhaustive_to_sci_options
source · pub fn exhaustive_to_sci_options() -> ExhaustiveToSciOptions ⓘ
Expand description
Generates all ToSciOptions
s.
The output length is $2^{133}\times 3 \times 5 \times 7 \approx 1.4335 \times 10^{42}$.
§Complexity per iteration
Constant time and additional memory.