Demo to preview the plugin:
Introduction
Complex Math Algorithms brings a set of tools to solve the most common math problems.
Usage Features:
- Perform essential mathematical operations directly in your Bubble app.
- Includes functions like Fibonacci sequence generation, Factorial calculation (recursive and non-recursive), Prime factorization, Trial division, Euclidean algorithm, Least common multiple (LCM), Sieve of Eratosthenes, Pascal's Triangle, Degree to radian & radian to degree conversion, Fast powering algorithm, Integer partitioning.
- Fully lightweight plugin with no external library dependencies.
- Ideal for educational tools, math apps, or logic-heavy workflows.
How to setup
- Add an action in your workflow
- Go to the Workflow tab in your Bubble editor.
- Click + Click here to add an action where you want your calculation to happen.
- Search for the plugin’s action you want to use. For example: “Fibonacci”, “Factorial”, etc.
- Configure the action’s inputs
- Each action has specific input fields.
- Fill these fields with static values or dynamic data from your app, depending on the logic you want to implement.