Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Builds on @DrYoshiyahu formatting to always present formatted numbers, and in one case preserving the
number
where it is used for calculations (but not shown to user). Addresses lukeleppan#103 and lukeleppan#111This is not the best organization/naming, but it compiles and works as expected.
Screenshot showing Total Pages (
![Screenshot 2024-02-13 at 8 23 53 AM](https://private-user-images.githubusercontent.com/153632/304479834-0b2f9dce-b482-4c1f-9585-d89d4d6ace3e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MTc1NjIsIm5iZiI6MTczOTUxNzI2MiwicGF0aCI6Ii8xNTM2MzIvMzA0NDc5ODM0LTBiMmY5ZGNlLWI0ODItNGMxZi05NTg1LWQ4OWQ0ZDZhY2UzZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQwNzE0MjJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kZTY4OTViNDEwZmJiMGZhMTI4NjNkOGVhM2M4MmI1MmUxYzJlODhjN2JjNzdhM2FiODcxZDgyZThiODEyZjdkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.9tcn7gsBgHEoIi5QTfVkNboLev2EQZS7jWfUE2_Gozc)
tp
) and Words per Day (wpd
) that are properly rounded.Screenshot showing Current Pages (
![Screenshot 2024-02-13 at 8 23 43 AM](https://private-user-images.githubusercontent.com/153632/304480229-0a4efe72-ff55-4c7f-a917-56434460b0d9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MTc1NjIsIm5iZiI6MTczOTUxNzI2MiwicGF0aCI6Ii8xNTM2MzIvMzA0NDgwMjI5LTBhNGVmZTcyLWZmNTUtNGM3Zi1hOTE3LTU2NDM0NDYwYjBkOS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQwNzE0MjJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03ZTA5YzI5ZGE4MTkzZjJhYmJhY2YxNDZiMGI3YjQ3NmU3ZWJmYmI2ZDk1ZTE5ODJhZGU0MjVlYWVmZDgxNTg3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.hl2ltVLmxHhLMMMsKEExazi6Fd3SziPu0h14i9HGVJw)
p
) and Total Pages (ppd
) that are properly rounded.