🧮 Full Math.JS (local) - New Plugin from Zeroqode

The most complete plugin of math.js. Comes with these functions:

  • Evaluate Expression
  • Get a Range of Numbers
  • Round
  • Logarithm
  • Sqrt
  • Simplify
  • Subtract
  • Multiply
  • Add Numbers
  • Subtract Arrays
  • Add Arrays
  • Multiply Arrays
  • Add Array To Number
  • Multiply Array To Number
  • Subtract Number From Array

Documentation https://docs.zeroqode.com/plugins/math.-js-plugin

mathjs

For details, screenshots and demos please visit the plugin page: at Full Math.JS Local Pro Plugin for Bubble | Zeroqode

Levon Terteryan

Founder @ Zeroqode

zeroqode-for-web-160x120

Bubble Templates

Bubble Plugins

Bubble Courses

Convert Web to iOS & Android

No-code Development Services

4 Likes

Can the rounding function be improved to handle…

  1. whole number rounding (tens, hundreds, thousands, and so on)
    examples:
    input # 5,229
    round number:
    -1 = 5,230
    -2 = 5,200
    -3 = 5,000
    -4 = 10,000

  2. rounding to a specific multiple, like the Excel function MROUND

input # 5,229

multiple 25 = 5,225
multiple 50 = 5,250
multiple 250 = 5,250
multiple 500 = 5,000

Hi Robert,
we’ll check this out, but even if possible it would take some time to implement this

Hi @levon will this take std. var. etc for statistical analysis?

@levon

Can the math.js element be made smaller? At 60 x 60, it is large, and gets in the way in the editor.

hey @robert its size doesn’t matter at all, you can make it 1x1, as long as it is placed on the page :slight_smile:

Where do you do that? I don’t see this in the editor panel.

As you can see here, there is no option to resize, as in other elements.

Hi Robert, i don’t think it’s our Math.js plugin that you installed. It seems like one of the free versions, isn’t it?

OK sorry. I was confused because the name is so similar. Besides being able to adjust the size, are there any improvements over the free version?

yes, if you check the description here our plugin comes with almost everything the math.js library offers, instead of only evaluating expressions

we have implemented this and updated our demo page to reflect the updates
hope this helps
thanks!

Levon Terteryan

Founder @ Zeroqode

zeroqode-for-web-160x120

Bubble Templates

Bubble Plugins

Bubble Courses

Convert Web to iOS & Android

No-code Development Services

This is great. I’m buying it. FYI, Please push your new demo live (I had to go into the development preview to see it).

good catch, deployed.
thanks!

Hi @levon - had a quick look at the plugin documentation but the answer was non-obvious.

Can you sum every nth number in an array using the plugin?