pub fn mul<T: MpfrInput>(a: T, b: T, d: Option<u32>) -> String
Returns the product a * b, with digits decimal digits of precision (default 500).
a * b
digits