FixedPoint

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(n: Long)(implicit scale: FixedScale): FixedPoint
def apply(n: Rational)(implicit scale: FixedScale): FixedPoint
def apply(s: String)(implicit scale: FixedScale): FixedPoint
def apply[@specialized(Float, Double) A](a: A)(implicit scale: FixedScale, fr: Fractional[A]): FixedPoint
def one(implicit scale: FixedScale): FixedPoint

Implicits

Inherited implicits

final implicit val FixedPointTag: CustomTag[FixedPoint]
Inherited from:
FixedPointInstances