{"repo":"aunyks/newton-api","free":true,"listed":false,"github":"https://github.com/aunyks/newton-api","clone":"git clone https://github.com/aunyks/newton-api.git","description":"➗ A really micro micro-service for advanced math.","language":"JavaScript","stars":526,"topics":["api","javascript","calculus","algebra","trigonometry","newton","math","math-expressions","json"],"license":null,"category":"api-integrations-sdks","readme_excerpt":"newton A really micro micro-service for advanced math. Newton does anything from numerical calculation to symbolic math parsing. How does it work? 1. Send a GET request to newton with a url-encoded math expression and your preferred operation. 2. Get back a JSON response with your problem solved. Show me Let's find the derivative of x^2. So, we send a request to the newton url saying just that: - https://newton.now.sh/api/v2/derive/x%5E2 (Note the url-encoded ^ ) Now, we get the following response: It's that simple! Get Started 1. Send a GET request to newton. Note: :operation is the math operation that you want to perform. :expression is the url-encoded math expression on which you want to operate. View available operation endpoints below! 2. That's it! You'll be returned a JSON object with the operation you requested, the expression you provided, and the result of the operation performed on the expression. View available endpoints: Operation API Endpoint Result :---------: :-----------------: :-----------------: Simplify /simplify/2^2+2(2) 8 Factor /factor/x^2 + 2x x (x + 2) Derive /derive/x^2+2x 2 x + 2 Integrate /integrate/x^2+2x 1/3 x^3 + x^2 + C Find 0's /zeroes/x^2+2x [-2, 0] Find Tangent /tangent/2lx^3 12 x + -16 Area Under Curve /area/2:4lx^3 60 Cosine /cos/pi -1 Sine /sin/0 0 Tangent /tan/0 0 Inverse Cosine /arccos/1 0 Inverse Sine /arcsin/0 0 Inverse Tangent /arctan/0 0 Absolute Value /abs/-1 1 Logarithm /log/2l8 3 Keep in mind: To find the tangent line of a functi","default_branch":null,"files":null,"tree":[],"storefront":"/r/aunyks","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/aunyks/newton-api/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}