given_Conversion_Float_Rational

object given_Conversion_Float_Rational extends Conversion[Float, Rational]
class Conversion[Float, Rational]
trait Float => Rational
class Object
trait Matchable
class Any

Value members

Concrete methods

inline def apply(v: Float): Rational

Inherited methods

def andThen[A](g: Rational => A): Float => A
Inherited from:
Function1
def compose[A](g: A => Float): A => Rational
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1

Extensions

Inherited extensions

extension (x: T)

x.convert converts a value x of type T to type U

x.convert converts a value x of type T to type U

Inherited from:
Conversion
Source:
Conversion.scala