fasseg / exp4j

A tiny math expression evaluator for the Java programming language
http://www.objecthunter.net/exp4j/
Apache License 2.0
495 stars 163 forks source link

Explain Custom operators (#,§,$,&,;,:,~) #118

Closed aol-59 closed 11 months ago

aol-59 commented 3 years ago

Hi,

can anyone explain these custom operators : ( # , § , $ , &, ; , : , ~ )

and can i check the length of two values? Thank You.