given_Conversion_Double_Rational

class Conversion[Double, Rational]
trait Double => Rational
class Object
trait Matchable
class Any

Value members

Concrete methods

inline def apply(v: Double): Rational

Inherited methods

def andThen[A](g: Rational => A): Double => A
Inherited from:
Function1
def compose[A](g: A => Double): 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