Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdk-consulting/abdk-libraries-solidity
Open-Source Libraries for Solidity by ABDK Consulting
https://github.com/abdk-consulting/abdk-libraries-solidity
ethereum exponent fixed-point floating-point library logarithm math solidity square-root
Last synced: 6 days ago
JSON representation
Open-Source Libraries for Solidity by ABDK Consulting
- Host: GitHub
- URL: https://github.com/abdk-consulting/abdk-libraries-solidity
- Owner: abdk-consulting
- License: bsd-4-clause
- Created: 2019-04-06T04:27:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T13:42:01.000Z (10 months ago)
- Last Synced: 2025-01-05T23:32:09.428Z (8 days ago)
- Topics: ethereum, exponent, fixed-point, floating-point, library, logarithm, math, solidity, square-root
- Language: Solidity
- Size: 21.5 KB
- Stars: 400
- Watchers: 8
- Forks: 115
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-nft-onchain - Repository
- DeFi-Developer-Road-Map - ABDK Libraries for Solidity - Fixed-point (64.64 bit) and IEEE-754 compliant quad precision (128 bit) floating-point math libraries for Solidity (Roadmap)
README
ABDK Libraries for Solidity
===========================Copyright (c) 2019, [ABDK Consulting](https://abdk.consulting/)
All rights reserved.
Math 64.64
----------Library of mathematical functions operating with signed 64.64-bit fixed point
numbers.\[ [documentation](ABDKMath64x64.md) | [source](ABDKMath64x64.sol) \]
Math Quad
---------Library of mathematical functions operating with IEEE 754 quadruple precision
(128 bit) floating point numbers.\[ [documentation](ABDKMathQuad.md) | [source](ABDKMathQuad.sol) \]