I'm building a site that can generate complicated math expressions that result in a number. Please, point out any errors or how to make it more complicated/better. Links in comments.

This page summarizes the projects mentioned and recommended in the original post on /r/math

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • num2math

    Complicated math expression generator

  • It's surprisingly basic. Every number is broken down into smaller numbers separated by arithmetic operators (e.g 7 = 1*3 + 4), then each smaller number is replaced by a random math expression (e.g limit). I left a lot of comments in the code. I hope you can make sense of it with the help of comments: https://github.com/enjeck/num2math/blob/main/src/script.js

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts