Fractions
In Corca, a fraction is a structured object with a numerator and a denominator. Both parts remain fully editable and connected to the surrounding expression. Fractions behave consistently during editing, computation, and formatting. They can be nested, combined with other operations, and reused inside larger formulas.
Creating a fraction
You can create a fraction by typing the division character /.
As soon as the slash is entered, the suggestion list appears. Corca proposes fraction-related options depending on context.
Nested fractions
Fractions can be nested inside other fractions:
Nested fractions remain aligned and readable. The divider lines stay visually consistent across levels.
Fractions with exponents
When an exponent is applied to a fraction, the system automatically groups the fraction. Start with: ^2. The result:
Fractions with derivatives
Fractions are commonly used to represent derivatives. Corca recognizes standard derivative notation:
The expression is interpreted as a derivative. Higher-order derivatives are also supported:
This notation remains editable and behaves like a standard fraction when needed.
Fractions in equations
Fractions can appear anywhere inside equations:
Evaluate:
s=10 t=2 v=
Press Tab:
Fractions in imported content
Fractions imported from LaTeX, Markdown, or images are converted into structured objects. Example input:
\frac{1}{2}Result:
Imported fractions behave exactly like native ones.
Previous: Subscripts and Superscripts | Next: Powers and roots |