Description Usage Arguments Examples
Given a string or a fraction parsed using parse_fraction()
, this
function will check to see whether it is in its simplified form,
and if not, it will convert it to a proper or mixed fraction, depending
on whether the parsed number has a whole number component.
1 | as_simplified(fraction)
|
fraction |
The input fraction, already parsed, or a string to
be parsed using |
1 | as_simplified("17/2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.