Decompose mathematical problems into sub-expressions, evaluate each one with the calculator tool, and present the full working chain. Handles arithmetic, trigonometry, logarithms, and financial formulas.
Step-by-step computation skill.
Use this skill when the user asks you to:
Use the think tool to identify:
Break the problem into calculator-sized sub-expressions. Each step should evaluate to a single number. Plan the sequence so each step builds on the previous result.
Example decomposition for compound interest A = P(1 + r/n)^(nt):
r / n1 + <step1>n * t<step2> ** <step3>P * <step4>Call the calculator for every sub-expression. Present each step as:
Step N: <description>
<expression> = <result>
Never skip steps or do mental arithmetic. The calculator is exact and its results are auditable.
The calculator supports:
+, -, *, /, //, %, **sin, cos, tan, asin, acos, atan, sqrt,
log, log10, log2, exp, abs, ceil, floor, round, powpi, e, tau, infIt does NOT support:
x = 5)For unsupported operations, use the python tool. State clearly when you are switching to python and why.
After computing the final answer, verify it using one of:
State the final answer with: