Abacus.eval-exclamation-mark

You're seeing just the function eval-exclamation-mark, go back to Abacus module for more information.

Specs

eval!(expr :: tuple() | charlist() | String.t()) :: result :: number()

Evaluates the given expression.

Raises errors when parsing or evaluating goes wrong.

Link to this function

eval!(expr, scope)

Specs

eval!(expr :: tuple() | charlist() | String.t(), scope :: map()) ::
  result :: number()

Evaluates the given expression with the given scope.

If expr is a string, it will be parsed first.