[Extension] Math Formulas [V3]

Changelog V3

Added 10 new blocks

  1. Pi (Returns value of Pi)
  2. Cube (Returns Cube of a number)
  3. CubeRoot (Returns cube root of a number)
  4. Log (Returns the natural logarithm of a number)
  5. Log10 (Returns the base 10 logarithm of a number)
  6. Log1p (Returns the natural logarithm of the sum of the argument and 1)
  7. Exp (Returns E raised to the power of a number, where E is Euler’s number and it is approximately equal to 2.71828
  8. Expm1 (Calculate the power of E and subtract one from it)
  9. PowerOfNumber (Returns the power of a number)
  10. 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?

3 Likes