fixed icon indicating copy to clipboard operation
fixed copied to clipboard

high performance fixed decimal place math library for Go

Results 4 fixed issues
Sort by recently updated
recently updated
newest added

it would be awesome if we can use it with Protobuf.

Replaces the implementation of `Div` with one that uses fixed point math. I'm using this library in a project that requires deterministic behavior across different OSes and architectures, and floating...

Implements square root using Newton's method