json-schema
json-schema copied to clipboard
fix(MultipleOf): MultipleOf not working as expected
#123
Dealing with float is too complicated. I add some test to help to understand but it's not working well for all cases.
You can find some examples here : https://3v4l.org/FpKHR
@sorinsarca will this be merged? If yes, when? Thx in advance :)
better way to implement multipleof : https://3v4l.org/K5D3k I'll implement that and test it.