Packages

p

maths

package maths

package

Version

1.0 2019-01-07 10:54

Linear Supertypes
maths, ToPowOps, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. maths
  2. maths
  3. ToPowOps
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class PowOps extends AnyVal

    PowOps

    PowOps

    Version

    1.0

    Since

    2021/3/8 2:52 下午

  2. trait ToPowOps extends AnyRef

Value Members

  1. def exp(x: BigDecimal, p: Int): BigDecimal

    支持 BigDecimal 的 e

    支持 BigDecimal 的 e

    x

    指数

    p

    求 e 的精度,迭代的次数

  2. def percentile[T](arr: Seq[T], p: Double)(implicit n: Numeric[T]): Double
  3. def sigmoid(x: BigDecimal, p: Int): BigDecimal
  4. def sigmoid(x: Double): Double
  5. implicit def toPowOps[T](a: T)(implicit d: Numeric[T]): PowOps
    Definition Classes
    ToPowOps
    Annotations
    @inline()

Inherited from maths

Inherited from ToPowOps

Inherited from AnyRef

Inherited from Any

Ungrouped