BigDecimalMath

io.github.edadma.numbers.BigDecimalMath
See theBigDecimalMath companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object decimal128

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
decimal128.type

Value members

Concrete methods

def acos(a: BigDecimal)(implicit bdmath: BigDecimalMath): BigDecimal
def agm(x: BigDecimal, y: BigDecimal)(implicit bdmath: BigDecimalMath): BigDecimal
def asin(a: BigDecimal)(implicit bdmath: BigDecimalMath): BigDecimal
def atan(a: BigDecimal)(implicit bdmath: BigDecimalMath): BigDecimal
def atan2(y: BigDecimal, x: BigDecimal)(implicit bdmath: BigDecimalMath): BigDecimal
def atanh(x: BigDecimal)(implicit bdmath: BigDecimalMath): BigDecimal
def cos(a: BigDecimal)(implicit bdmath: BigDecimalMath): BigDecimal
def exp(a: BigDecimal)(implicit bdmath: BigDecimalMath): BigDecimal
def ln(x: BigDecimal)(implicit bdmath: BigDecimalMath): BigDecimal
def log(b: BigDecimal, x: BigDecimal)(implicit bdmath: BigDecimalMath): BigDecimal
def pow(x: BigDecimal, y: BigDecimal)(implicit bdmath: BigDecimalMath): BigDecimal
def pow(x: BigDecimal, y: Double)(implicit bdmath: BigDecimalMath): BigDecimal
def sin(a: BigDecimal)(implicit bdmath: BigDecimalMath): BigDecimal
def sqrt(x: BigDecimal)(implicit bdmath: BigDecimalMath): BigDecimal