Open EddyHaigh opened 9 months ago
Do you have any specific examples you'd like to see covered?
Mainly just examples of using boolean logic like
A == 0 && B == 0
I can add my own functions for dealing with and representing infinity if needed but would be good to maybe note down something about NaN etc.
It would be good to expand on the documentation to understand more about how to use the conditionals like
AND
along with dealing withNaN
andInfinite
values.