← Back to Dashboard

Newton

Science & MathActiveCORS ReadyUnknownAuth: NoneDoc: HTML
Visit Website ↗

Description

Symbolic and Arithmetic Math Calculator

✨ AI Summary

A micro-service for performing symbolic and arithmetic math calculations like factoring or simplifying expressions.

Code Example

import requests

operation = "factor"
expression = "x^2-1"
url = f"https://newton.now.sh/api/v2/{operation}/{expression}"
response = requests.get(url)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)