Calendrical v0.1.2 Calendrical.Math.Fraction View Source
Link to this section Summary
Functions
Returns a binary string representing the superscript character of an integer digit
Returns a binary string representing the superscript character of an integer digit
Returns a fraction as a binary with the fractional numerator formatted with superscript characters, the denominator with subscript characters and a fractional slash separating them
Link to this section Functions
Returns a binary string representing the superscript character of an integer digit.
Example
iex> Calendrical.Math.Fraction.subscript 5
"₅"
Returns a binary string representing the superscript character of an integer digit.
Example
iex> Calendrical.Math.Fraction.superscript 5
"⁵"