Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork177
-
I have a custom fixed point type that relies on signed integers operations for its behavior I was wondering if I could use zmath to power its linear algebra operations, but I didn't see any Are int types not supported, or did I just miss their code on my search? |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments
-
Hi. zmath was written specifically with floating point operations in mind. However, I can't think of a particular reason not to consider generalizing to integers. What do you think@michal-z ? |
BetaWas this translation helpful?Give feedback.
All reactions
-
While we're on the topic, could f64 also be supported? Especially given the fact that zphysics is capable of running on f64, the interop between them would be nicer if zmath could be made more generic. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1