Changelog V3
Added 10 new blocks
- Pi (Returns value of Pi)
- Cube (Returns Cube of a number)
- CubeRoot (Returns cube root of a number)
- Log (Returns the natural logarithm of a number)
- Log10 (Returns the base 10 logarithm of a number)
- Log1p (Returns the natural logarithm of the sum of the argument and 1)
- Exp (Returns E raised to the power of a number, where E is Euler’s number and it is approximately equal to 2.71828
- Expm1 (Calculate the power of E and subtract one from it)
- PowerOfNumber (Returns the power of a number)
- QuadraticFormula (Find the value of Quadratic formula by providing values of a, b and c. Positive value will be returned)
Suggest me what should be added in next version?