parseReal

open fun parseReal(input: String, operators: OperatorSet): Real

Parses input as a Real using operators.

Throws

if parsing fails

if the parsed term is not a Real


open fun parseReal(input: String): Real

Throws

if parsing fails

if input does not denote a Real