github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/examples/gno.land/p/demo/int256/README.md (about)

     1  # Fixed size signed 256-bit math library
     2  
     3  1. This is a library specialized at replacing the big.Int library for math based on signed 256-bit types.
     4  2. It uses [uint256](https://github.com/gnolang/gno/tree/master/examples/gno.land/p/demo/uint256) as the underlying type.
     5  
     6  ported from [mempooler/int256](https://github.com/mempooler/int256)