Slow implementation of round to significant digits function #1099
ValentinGebhart
started this conversation in
Ideas
Replies: 3 comments
-
|
@ValentinGebhart Was this solved by #1012? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
No, we created this issue to document a problem with an existing method. The suggested solution also has its downs, which is why we did not change the method, and we currently do not plan to do so. If such issues should rather be documented somewhere else, happy to move this issue and close it here. |
Beta Was this translation helpful? Give feedback.
0 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem
The functions
util.value_representation.sig_digandutil.value_representation.sig_dig_listseem to be a bit slow (they convert the float input to a string and back).E.g., this function seemed to be more than 100 times faster. It created some floating point issues though and is thus not implemented.
The function does not seem to be used much so this might not be urgent.
Beta Was this translation helpful? Give feedback.
All reactions