[Extension] Math Formulas [V3]

Thank you @Robert!

Will try to add. :+1:

Are you talking about this?

Power

Yeah! That’s why I started with it. I had no prior knowledge of creating extensions.

Sir, I know about every single extension of yours.
This page opens the whole time I’m using my PC or laptop:
App Inventor Extensions | Pura Vida Apps
You are great! :+1: You are my inspiration!

Yes I know, you can make anything simple. I’m just using Java's Math class for my experience.

2 Likes

Yes, I was talking about this? So the method (power) is already implemented. However, it would be nice to add another* n th root block.

*2nd root already exists

Small Update

Added Nth Root

Nth%20Root

Usage Example

Nth%20Root
Download link in the first post updated!

P.S: Thank you @Robert for the idea!

1 Like

Thank you :slightly_smiling_face:.

1 Like

You’re welcome :blush:.
Any other idea?
I would like to hear.

Well, you have done such a great job! This extension has a lot of blocks already. Currently I do not have other ideas.

2 Likes

mathematical functions are interesting of course.
but
how about the next one:

  • to make the functions work with the hexadecimal transformation ? for example, working with bytes … 04 6C 01 08 … as a result it is 01086C04
    or 17 329 156. (the difficulty in assembling it is to control the number greater than 10 or not) .
  • base for translation (basis) of representation of number from hexadecimal system in decimal at observance of base of numerical values (16-bit, 32,64)?
  • Translation of numeric values into alphabetic values in both directions . For example, code 31=number 1, https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/ASCII_Code_Chart.svg/369px-ASCII_Code_Chart.svg.png

Well, thank you for your interest @11119!

You can clearly see from the name of extension that it is related to mathematical formulas (formulae).

Why do you think that your proposal is related to this extension?

Maybe I’m wrong. :thinking:

I would like to do a scientific account, but can it be done?

sin or cos or tan 30

The result

image

Why you don’t use built-in math blocks?

https://docs.kodular.io/blocks/math/#sin

https://docs.kodular.io/blocks/math/#cos

https://docs.kodular.io/blocks/math/#tan

1 Like

I mean fractional view

Nice work, Keep it up.
As per my observation;
area of regular polygon, area of regular prism and Quadratic are not working properly. Please mark it as a suggestion. Correct me if I am wrong.

Rest all formulas working great:slight_smile:

1 Like

Thank you @Asim!

Would you mind showing any example where result isn’t as expected?

wait a bit. I will show.

area of regular polygon is not even giving result.(rest all gives result)
Quadratic formula gives not a number ( please add how to use it)
volume of prism is simple base*height while you can see its formula from the picture.
volume of sphere also gives wrong answer (picture is attached).

Area of Regular Polygon is working fine. Maybe issue in your blocks.
Result:
image
Result on web:

Image


Volume of prism is working fine.
Result:
image


Yes, it seems that something wrong here. I’ll try to fix it as soon as possible.


I’ll see what’s wrong here too.

Thank you for pointing out @Asim!
I’ll try to fix ASAP!

1 Like

Yes area of regular polygon works well.

7 posts were split to a new topic: Question about TaifunMath extension

This post was flagged by the community and is temporarily hidden.