pub fn equal_temperament(
tone: UnsignedIntegerType,
octave_size: UnsignedIntegerType,
) -> FractionExpand description
Creates an equal-temperament fraction for tone within octave_size.
pub fn equal_temperament(
tone: UnsignedIntegerType,
octave_size: UnsignedIntegerType,
) -> FractionCreates an equal-temperament fraction for tone within octave_size.