with one click
step-by-step
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.
Menu
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.
Translate natural language image descriptions into detailed, structured DALL-E prompts with subject, style, composition, lighting, and mood specifications.
Compare two or more PDF documents by extracting targeted sections, building a structured comparison matrix, and highlighting differences with page references.
Extract structured data from web pages using browser snapshot and text tools, then process it into tables, comparisons, or summaries using Python.
Analyze endpoint latency trends using historical check data from memory. Detects slow degradation, spikes vs sustained issues, and calculates baseline deviations.
Validate API response structure and content. Detects schema drift, unexpected null values, and abnormal response sizes.
Check SSL/TLS certificate expiry and chain validity using openssl. Alerts on certificates expiring within 30 days.
| name | step-by-step |
| description | 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: