Standardize precision to double
#39
brenocq
started this conversation in
Features and improvements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The codebase currently uses a mix of float and double in various places. This inconsistency can lead to precision mismatches and unnecessary casting between types as noted in #11 and #24. ImPlot consistently uses double precision, and so should ImPlot3D.
Beta Was this translation helpful? Give feedback.
All reactions