Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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) \]