Packages

object F64

Source
F64.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. F64
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def convertSi32(i: Int): Double
  2. def convertSi64(l: Long): Double
  3. def convertUi32(i: Int): Double
  4. def convertUi64(l: Long): Double
  5. def nearest(d: Double): Double
  6. def promote(f: Float): Double
  7. def reinterpret(l: Long): Double
  8. def trunc(d: Double): Double