times

abstract operator fun times(other: BigInt): BigInt

Returns a new BigInt this this * other


open operator fun times(other: Int): BigInt
open operator fun times(other: Long): BigInt

Returns this * other