Working with FormulaCalculator

Quick calculator

Use the quick calculator for short formulas and immediate results. The white formula area shows what you enter, while the yellow display shows the current numeric result. Press = to finalize the calculation and add it to the print roll.

The variable drawer contains the ten legacy variables x, y, z, a, b, c, d, r, h, and w. The function drawer provides financial, geometric, and conversion functions.

Calculation sheets

A calculation sheet is an editable list of comments, assignments, and formulas. Each line is evaluated in order, so a variable defined near the top can be used by any later line.

For a complete guide to creating, calculating, saving, and reporting a sheet, see Working with sheets.

distanceKm ⁣:distance in kilometrestime ⁣:travel time in hoursdistanceKm=3.5time=0.75speed=distanceKmtime \begin{aligned} \mathrm{distanceKm} &\colon\quad \text{distance in kilometres} \\ \mathrm{time} &\colon\quad \text{travel time in hours} \\[0.6em] \mathrm{distanceKm} &= 3.5 \\ \mathrm{time} &= 0.75 \\ \mathrm{speed} &= \frac{\mathrm{distanceKm}}{\mathrm{time}} \end{aligned}

Use # at the beginning of a line for comments. Variable names may contain several characters; camelCase names such as effectiveTreadDepth remain readable without being interpreted as LaTeX subscripts.

The calculated pane supports display rounding, automatic/scientific/engineering notation, zooming, and a movable divider. Calculation sheets can be saved and loaded as JSON files. The JSON contains the title, description, and editable source from the left pane.

PDF reports

Choose PDF Report to provide a report title and description, then save a PDF containing the comments as text and the formulas as typeset mathematics. The selected decimal and notation settings are respected in the report.

Ask OpenAI

OpenAI support is optional and requires an API key configured in Preferences. It can:

When asking a follow-up question, the current calculation sheet is included as context so existing variable names and definitions can be reused.

More topics

RELATED TOPICS