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
Describe the issue
The documentation has a nice example of 100 + 5% = 105. This is convenient for the less mathematically inclined, but the way it's implemented leads to issues with adding two percentages together.
To Reproduce (optional)
Steps to reproduce the behavior:
Add 5% + 3%
Add .05 + .03
Notice the result are not the same, but a reasonably math inclined person would expect them to be.
Screenshots (optional)
Device (please complete the following information):
OS: Windows
Version 2.0.0-rc.3
The text was updated successfully, but these errors were encountered:
Describe the issue
The documentation has a nice example of 100 + 5% = 105. This is convenient for the less mathematically inclined, but the way it's implemented leads to issues with adding two percentages together.
To Reproduce (optional)
Steps to reproduce the behavior:
Screenshots (optional)
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: