Div

trait Div[a: Type]Source

A trait for division.

Signatures

def div(x: a, y: a): a with Div[a] Source

Returns x divided by y.