How to support elementary math libraries for arbitrary precision number systems #273
Unanswered
Ravenwater
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Universal contains a collection of number system types to approximate the Real Numbers. Specifically,
The size of these encodings, nbits, practially ranges from 2 to 1024. The dynamic range practially ranges from 2 to 2^1M. What is the most productive organization of the elementary function implementations for these parameterized types?
Beta Was this translation helpful? Give feedback.
All reactions