Open SGStino opened 7 months ago
I noticed that:
<apply> <eq /> <ci>S</ci> <cn>1210</cn> </apply>
doesn't seem to evaluate to: S=1210, but results in undefined,
S=1210
undefined
my best guess is that equality (and inequality) expressions are not (yet) supported by mathnet.symbolics?
are there intentions to support logical expressions like <=, <, >=, !=?
I noticed that:
doesn't seem to evaluate to:
S=1210
, but results inundefined
,my best guess is that equality (and inequality) expressions are not (yet) supported by mathnet.symbolics?
are there intentions to support logical expressions like <=, <, >=, !=?