snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Add more maths blocks #348

Closed cyderize closed 9 years ago

cyderize commented 9 years ago

This adds a whole bunch of mathematical functions to the operators tab.

Adds x to power y block Adds max of x..n block Adds min of x..n block Adds infinity block Adds pi block Adds e (Euler's constant) block Adds is x finite block Adds ceil, cbrt (cube root), log10, log2, sign and trunc (truncate decimals) to the sqrt block

Many of these are probably not necessary, so I can remove them if they would just cause confusion. Closes #347.