times

open operator override fun times(other: BigInt): CommonBigInt

Returns a new BigInt this this * other


open operator override fun times(other: Int): CommonBigInt
open operator override fun times(other: Long): CommonBigInt

Returns this * other