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
A real number can have three different representations, real_explicit, real_algorithmic (both leaves of the binary tree) and real_operation (the vertex).
Use std::variant to handle which representation a real number is using to improve memory performance.
The text was updated successfully, but these errors were encountered:
A real number can have three different representations, real_explicit, real_algorithmic (both leaves of the binary tree) and real_operation (the vertex).
Use std::variant to handle which representation a real number is using to improve memory performance.
The text was updated successfully, but these errors were encountered: