Complex Math Algorithms

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.
Image without caption

How to setup

  1. 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.
        • Workflow → Fibonacci.
          Workflow → Fibonacci.
  1. 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.

Plugin Actions

Pascal Triangle

Fibonacci

Degree and Radian

Factorial

Fast Powering Algorithm

Prime Factors

Trial Division

Integer Partition

Euclidean

Least common multiple

Sieve of Eratosthenes

Image without caption

Changelogs