![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
github.com/sea-project/stdlib-math
常用的数学相关的工具类
序号 | 名称 | 描述 |
---|---|---|
1 | big.go | big的一些常用方法 |
BigPow | 返回一个指向big.Int类型的指针地址的指针 | |
BigMax | 返回较大的一个指针 | |
BigMin | 返回较小的一个指针 | |
PaddedBigBytes | 将一个大整数编码为一个大端字节切片 | |
Byte | 返回位置n的字节 | |
U256 | U256编码为256位2的补码 | |
S256 | S256将x解释为一个2的补码 | |
2 | integer.go | integer的一些常用方法 |
SafeSub | 返回减法结果和是否发生溢出 | |
SafeAdd | 返回加法结果和是否发生溢出 | |
SafeMul | 返回乘法结果和是否发生溢出 |
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.