String Math Calculator Extension

String Calculator Extension

The String Calculator Extension for Kodular simplifies mathematical calculations by automatically evaluating equations input as strings. Perform addition, subtraction, multiplication, and division effortlessly, saving time and effort in your app development.

blocks :-

SmartSelect_20230612_163733_Firefox

App Screenshots :-

Aix Details :-

Package Name :- com.MathExtension.ayan
Extension Name :- MathExtension
Aix size :- 8.3 kb

Aix :-

MathExtension.aix (8.3 KB)

Calculator Apk :-

Calculator.apk (5.3 MB)

Aia File is Paid :-

Aia Price 320rs | 6$

PM FOR BUY

4 Likes

:question:

1 Like

Oops Sorry :sweat_smile::sweat_smile:

Also, are you aware that Taifun has made a similar extension before?

I Larne a Java try to make a smple Extension

I had tried it earlier but it was not working. And my extension only work addition, subtraction, multiplication, and division

Hey there,
I know this is an old thread but I was going through this extension and got stuck.
I have an expression:
(15∗3)+(6^2−(4+2))/8−(7∗4−30/5)+10

MathExtension gave the answer: 17.66667
while the one from Pura Vida said: NaN

The answer is and should be 36.75

Anyone can crack this?

@ayan1 please have a look into this

Please show your blocks for both extensions
Taifun

Here,

use the correct - sign and it will work

wrong
(15∗3)+(6^2−(4+2))/8−(7∗4−30/5)+10

correct
(15*3)+(6^2-(4+2))/8-(7*4-30/5)+10

Taifun

2 Likes