plus

open operator override fun BigLongRational.plus(other: Int): BigLongRational(source)
open operator override fun BigLongRational.plus(other: UInt): BigLongRational(source)
open operator override fun BigLongRational.plus(other: Long): BigLongRational(source)
open operator override fun BigLongRational.plus(other: ULong): BigLongRational(source)
open operator override fun Int.plus(other: BigLongRational): BigLongRational(source)
open operator override fun UInt.plus(other: BigLongRational): BigLongRational(source)
open operator override fun Long.plus(other: BigLongRational): BigLongRational(source)
open operator override fun ULong.plus(other: BigLongRational): BigLongRational(source)
open operator override fun BigLongRational.plus(other: BigLongRational): BigLongRational(source)