Newton
Newton is a symbolic and arithmetic mathematics engine exposed over HTTP. A caller passes a mathematical expression and an operation and receives the computed result as JSON. Supported operations include simplify, factor, derive, integrate, find zeroes, find the tangent or area under a curve, cosine, sine, tangent and their inverses, absolute value, and logarithms. It is a stateless calculator for expressions supplied as URL-encoded strings. No credentials required.
What your agent can do with Newton
Triggers and actions 15 actions
- ActionCompute absolute value
compute the absolute value of an expression, e.g. -1 -> 1.
- ActionCompute area under curve
compute the area under a curve between x values c and d, sent as c:d|f(x), e.g. 2:4|x^3 -> 60.
- ActionCompute cosine
compute the cosine of an expression in radians, e.g. pi -> -1.
- ActionCompute inverse cosine
compute the inverse cosine (arccos) of an expression, e.g. 1 -> 0.
- ActionCompute inverse sine
compute the inverse sine (arcsin) of an expression, e.g. 0 -> 0.
- ActionCompute inverse tangent
compute the inverse tangent (arctan) of an expression, e.g. 0 -> 0.
- ActionCompute logarithm
/api/v2/log/:base l:antilog — compute the logarithm, sent as base l antilog (e.g. 2l8 -> 3).
- ActionCompute sine
compute the sine of an expression in radians, e.g. 0 -> 0.
- ActionCompute tangent
compute the tangent of an expression in radians, e.g. 0 -> 0.
- ActionDerive expression
compute the derivative of a math expression, e.g. x^2+2x -> 2x+2.
- ActionFactor expression
factor a polynomial expression, e.g. x^2+2x -> x (x + 2).
- ActionFind tangent line
find the tangent line of a function at x value c, sent as c|f(x), e.g. 2|x^3 -> 12x + -16.
- ActionFind zeroes
find the zeroes (roots) of a polynomial expression, e.g. x^2+2x -> [-2, 0].
- ActionIntegrate expression
compute the indefinite integral of a math expression, e.g. x^2+2x -> 1/3 x^3 + x^2 + C.
- ActionSimplify expression
simplify a math expression, e.g. 2^2+2(2) -> 8.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Newton API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.
Related apps
arcsecond.ioarcsecond.io aggregates multiple professional astronomy data sources behind one REST interface. Callers can...
CodeCogsCodeCogs renders LaTeX mathematical expressions into images. Callers submit an equation and receive it...
GBIFGBIF (Global Biodiversity Information Facility) publishes an open index of species occurrence records...
iDigBioiDigBio is a US national aggregator of digitized biological and paleontological museum specimens, exposing a...
inspirehep.netINSPIRE-HEP is the information system for high-energy physics literature, run by CERN and partner...
ITISITIS, the Integrated Taxonomic Information System, is a United States government authority on the scientific...
Minor Planet CenterAsterank's Minor Planet Center endpoint serves orbital and physical data on asteroids and minor planets...
Open Science FrameworkThe Open Science Framework (OSF) is a repository and archive for research projects — study designs...