See the method
Inspect the formula, definitions, and references behind a calculation.
Arccos formula ↗For people. Ready for agents.
Calculators for everyday questions. Versioned engines for apps and agents. Inspect the method, scope, and evidence behind supported calculations.
Web calculators · no account Assumptions included
Published evidence describes the production capability, not this local preview.
Have a calculation in mind?
Explore tools →Building an app or an agent?
Use the API & MCP →Browse selected tools, or open the complete calculator catalog.
Voltage, current, resistance & power.
Percentages, changes & differences.
Explore how savings grow over time.
Celsius, Fahrenheit & kelvin.
Current and voltage to apparent power.
Inverse cosine in degrees & radians.
Principal, rate & term to interest.
Encode and inspect data strings.
Find the cosine of an angle.
Logarithms with a chosen base.
Explore voltage loss along a wire.
Look beyond the number
Understand what was calculated, where it applies, and what has been verified.
Explore the verification protocol →Inspect the formula, definitions, and references behind a calculation.
Arccos formula ↗Check units, assumptions, valid inputs, and the scope of the result.
Scope & inputs ↗Inspect versioned test results and machine-readable evidence for your integration.
Read evidence ↗ View JSON ↗CVP 1.0 · Proposed. Verification is version- and scope-specific, not third-party certification. Read the scope and limitations →
For developers & AI agents
Discover a capability, pin its calculation version, and inspect the evidence. Use REST or MCP to bring the same calculation capability into your application.
POST https://www.calculatorx.com/api/v1/calc/arccos
Content-Type: application/json
CalculatorX-Spec-Version: 1.0.4
{ "inputs": { "x": 0.5 } }{
"name": "execute_calculation",
"arguments": {
"capability_id": "math.arccos",
"inputs": {
"x": 0.5
},
"calculation_version": "1.0.4"
}
}