Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Represent an improper fraction in mixed form
ResourceFunction["MixedNumberForm"][expr] prints all improper fractions in expr as mixed numbers. |
Represent an improper fraction as a mixed number:
In[1]:= |
Out[10]= |
In[11]:= |
Out[25]= |
Print all improper fractions in expressions as mixed numbers:
In[26]:= |
Out[27]= |
Print a cooking recipe:
In[28]:= |
Out[28]= |
The MixedNumberForm wrapper disappears on evaluation:
In[29]:= |
Out[30]= |
In[31]:= |
Out[31]= |
Expressions in MixedNumberForm allow copying and pasting in input cells:
In[32]:= |
Out[32]= |
Expressions in MixedNumberForm can be edited:
In[33]:= |
Out[33]= |
This work is licensed under a Creative Commons Attribution 4.0 International License