Interprets a string as a numeric calculation and determines the result.


icon

Inputs/Outputs

  • cstr.png formula

    formula is a string representing the calculation without any variables.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • idbl.png y value

    y value is the result of the calculation.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • The following input, formula

    sin(pi(1/2)) + 3*5 - 2

    results in y value 14.00.