You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Expression enum has a single Number variant containing a Complex64. While this is a sufficient type for storing all integer, real, and complex numbers, it can be confusing to get a complex number back after parsing an expression with integer or floating point numbers.
The text was updated successfully, but these errors were encountered:
The current
Expression
enum has a singleNumber
variant containing aComplex64
. While this is a sufficient type for storing all integer, real, and complex numbers, it can be confusing to get a complex number back after parsing an expression with integer or floating point numbers.The text was updated successfully, but these errors were encountered: