bind Symbol
Wraps a raw string to T object. This method is designed for three purposes:
Mathematical constants (
e
,pi
).Variables for expression-like contexts (
a
,b
,c
...).Literals (
{1, 2}
, ((3; 4)
)).
In case if algebra can't parse the string, this method must throw kotlin.IllegalStateException.
Return
an object.
Parameters
value
the raw string.