Agent402 / tools / Math & finance

Math & finance

Safe expression calculator, statistics, unit conversion across 13 categories (length, mass, temperature, …) via POST /api/unit-convert, percentage/number formatting, CIDR subnets, compound interest and loan math.

8 tools in this category - 8 free via proof-of-work. ← All tools

Calculator

FREE w/ compute · or $0.002 · POST /api/calc

Safely evaluate an arithmetic expression (+ - * / % ^ and parentheses). No code execution - a real parser, not eval.

try in playground →

Statistics

FREE w/ compute · or $0.001 · POST /api/stats

Descriptive statistics for an array of numbers: count, sum, mean, median, mode, min, max, range, variance, stddev, and p…

try in playground →

Unit convert

FREE w/ compute · or $0.001 · POST /api/unit-convert

Convert a value between units of length, mass, temperature, volume, area, speed, time, data, pressure, energy, power, an…

try in playground →

Percentage

FREE w/ compute · or $0.001 · POST /api/percentage

Percentage helper. op: "of" (a% of b), "change" (% change a→b), "ratio" (a is what % of b).

try in playground →

Number format

FREE w/ compute · or $0.001 · POST /api/number-format

Format a number: thousands separators, fixed decimals, optional currency, or compact (1.2K / 3.4M).

try in playground →

CIDR calculator

FREE w/ compute · or $0.002 · POST /api/cidr

Parse an IPv4 CIDR block: network address, broadcast, first/last host, netmask, and host count. Optionally test if an IP…

try in playground →

Finance

FREE w/ compute · or $0.005 · POST /api/finance

Financial math. op: "compound" (future value of principal at a rate) or "loan" (monthly payment + total for a loan).

try in playground →

Geo distance (haversine)

FREE w/ compute · or $0.001 · POST /api/geo-distance

Great-circle distance between two latitude/longitude points using the haversine formula. Returns kilometers and miles. D…

try in playground →