Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💥 Implement Additional Math Functions #86

Merged
merged 10 commits into from
Mar 2, 2023
Merged

💥 Implement Additional Math Functions #86

merged 10 commits into from
Mar 2, 2023

Conversation

pcaversaccio
Copy link
Owner

@pcaversaccio pcaversaccio commented Feb 28, 2023

CHANGELOG

This PR adds the following standard mathematical utility functions (see also issue #72):

  • uint256_average
  • int256_average
  • ceil_div
  • log_2
  • log_10
  • log_256

🔁 Dependencies

  • We bump prettier-plugin-solidity to version 1.1.3.
  • We bump all submodules to the latest available commits.

Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
@pcaversaccio pcaversaccio added the feature 💥 New feature or request label Feb 28, 2023
@pcaversaccio pcaversaccio added this to the 0.0.1 milestone Feb 28, 2023
@pcaversaccio pcaversaccio self-assigned this Feb 28, 2023
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
@pcaversaccio pcaversaccio added the dependencies 🔁 Pull requests that update a dependency file label Mar 1, 2023
@pcaversaccio pcaversaccio marked this pull request as ready for review March 1, 2023 13:49
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
@pcaversaccio pcaversaccio merged commit 14822fe into main Mar 2, 2023
@pcaversaccio pcaversaccio deleted the feat/math branch March 2, 2023 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 🔁 Pull requests that update a dependency file feature 💥 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant