Scala Standard Library 2.12.18 - scala.math.BigDecimal (original) (raw)
object BigDecimal extends Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
BigDecimal
Serializable
Serializable
AnyRef
Any
Hide All
Show All
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- def apply(bd: java.math.BigDecimal): BigDecimal
- def apply(unscaledVal: BigInt, scale: Int, mc: MathContext): BigDecimal
- def apply(unscaledVal: BigInt, scale: Int): BigDecimal
- def apply(x: BigInt, mc: MathContext): BigDecimal
- def apply(x: BigInt): BigDecimal
- def apply(x: String, mc: MathContext): BigDecimal
- def apply(x: String): BigDecimal
- def apply(x: Array[Char], mc: MathContext): BigDecimal
- def apply(x: Array[Char]): BigDecimal
- def apply(d: Double, mc: MathContext): BigDecimal
- def apply(d: Double): BigDecimal
- def apply(unscaledVal: Long, scale: Int, mc: MathContext): BigDecimal
- def apply(unscaledVal: Long, scale: Int): BigDecimal
- def apply(l: Long, mc: MathContext): BigDecimal
- def apply(l: Long): BigDecimal
- def apply(i: Int, mc: MathContext): BigDecimal
- def apply(i: Int): BigDecimal
- final def asInstanceOf[T0]: T0
- def binary(d: Double): BigDecimal
- def binary(d: Double, mc: MathContext): BigDecimal
- def clone(): AnyRef
- def decimal(bd: java.math.BigDecimal, mc: MathContext): BigDecimal
- def decimal(l: Long): BigDecimal
- def decimal(l: Long, mc: MathContext): BigDecimal
- def decimal(f: Float): BigDecimal
- def decimal(f: Float, mc: MathContext): BigDecimal
- def decimal(d: Double): BigDecimal
- def decimal(d: Double, mc: MathContext): BigDecimal
- val defaultMathContext: MathContext
- implicit def double2bigDecimal(d: Double): BigDecimal
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: Any): Boolean
- def exact(cs: Array[Char]): BigDecimal
- def exact(s: String): BigDecimal
- def exact(l: Long): BigDecimal
- def exact(bi: BigInt): BigDecimal
- def exact(d: Double): BigDecimal
- def exact(repr: java.math.BigDecimal): BigDecimal
- def finalize(): Unit
- final def getClass(): Class[_]
- def hashCode(): Int
- implicit def int2bigDecimal(i: Int): BigDecimal
- final def isInstanceOf[T0]: Boolean
- implicit def javaBigDecimal2bigDecimal(x: java.math.BigDecimal): BigDecimal
- implicit def long2bigDecimal(l: Long): BigDecimal
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: ⇒ T0): T0
- def toString(): String
- def valueOf(x: Long): BigDecimal
- def valueOf(d: Double): BigDecimal
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- object RoundingMode extends Enumeration
Deprecated Value Members
- def apply(bd: java.math.BigDecimal, mc: MathContext): BigDecimal
- def apply(x: Float, mc: MathContext): BigDecimal
- def apply(x: Float): BigDecimal
- def valueOf(f: Float, mc: MathContext): BigDecimal
- def valueOf(f: Float): BigDecimal
- def valueOf(d: Double, mc: MathContext): BigDecimal