Object/Class

emul

FloatPoint

Related Docs: class FloatPoint | package emul

Permalink

object FloatPoint

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FloatPoint
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. implicit class BigIntOps extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val DoubleFmt: FltFormat

    Permalink
  5. lazy val FloatFmt: FltFormat

    Permalink
  6. implicit object FloatPointIsIntegral extends Integral[FloatPoint]

    Permalink
  7. lazy val HalfFmt: FltFormat

    Permalink
  8. def apply(x: String, fmt: FltFormat): FloatPoint

    Permalink
  9. def apply(x: BigDecimal, fmt: FltFormat): FloatPoint

    Permalink
  10. def apply(x: Double, fmt: FltFormat): FloatPoint

    Permalink
  11. def apply(x: Float, fmt: FltFormat): FloatPoint

    Permalink
  12. def apply(x: BigInt, fmt: FltFormat): FloatPoint

    Permalink
  13. def apply(x: Long, fmt: FltFormat): FloatPoint

    Permalink
  14. def apply(x: Int, fmt: FltFormat): FloatPoint

    Permalink
  15. def apply(x: Short, fmt: FltFormat): FloatPoint

    Permalink
  16. def apply(x: Byte, fmt: FltFormat): FloatPoint

    Permalink
  17. def apply(x: Boolean, fmt: FltFormat): FloatPoint

    Permalink
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def clamp(value: BigDecimal, fmt: FltFormat): Either[FloatValue, (Boolean, BigInt, BigInt)]

    Permalink
  20. def clamped(value: FloatValue, valid: Boolean, fmt: FltFormat): FloatPoint

    Permalink
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def convertBackToValue(x: Either[FloatValue, (Boolean, BigInt, BigInt)], fmt: FltFormat): FloatValue

    Permalink
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def fromBits(bits: Array[Bool], fmt: FltFormat): FloatPoint

    Permalink
  27. def fromByteArray(array: Array[Byte], fmt: FltFormat): FloatPoint

    Permalink
  28. def fromDouble(x: Double): FloatPoint

    Permalink
  29. def fromFloat(x: Float): FloatPoint

    Permalink
  30. def fromHalf(x: Float): FloatPoint

    Permalink
  31. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  32. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  33. def invalid(fmt: FltFormat): FloatPoint

    Permalink
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. def log2BigDecimal(value: BigDecimal): Double

    Permalink
  36. def log2BigInt(value: BigInt): Double

    Permalink
  37. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. def random(max: FloatPoint, fmt: FltFormat): FloatPoint

    Permalink

    Generate a pseudo-random floating point number, uniformly distributed between [0, max)

    Generate a pseudo-random floating point number, uniformly distributed between [0, max)

    max

    The maximum value of the range, non-inclusive

    fmt

    The format for the max and the fixed point number being generated

  41. def random(fmt: FltFormat): FloatPoint

    Permalink

    Generate a pseudo-random floating point number, uniformly distributed between [0, 1)

    Generate a pseudo-random floating point number, uniformly distributed between [0, 1)

    fmt

    The format for the fixed point number being generated

  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped