DitchOoM / buffer

Kotlin Multiplatform bytebuffer/byte[] wrapper
Apache License 2.0
63 stars 5 forks source link

Added support for floats. #2

Closed litclimbing closed 2 years ago

litclimbing commented 2 years ago

Added read/write support for floats and doubles

thebehera commented 2 years ago

Thanks for the contribution! do you think you could add some tests + update the readme? Thanks

litclimbing commented 2 years ago

I added tests for floats and doubles. During the test I found a bug in the JS Long implementation and fixed it.

thebehera commented 2 years ago

Thanks for the contribution! merged!