JoshOrndorff / librho

A Standard Library for Rholang
Apache License 2.0
12 stars 6 forks source link

Added crude logarithms and exponentiation functions #5

Closed crypto-coder closed 6 years ago

JoshOrndorff commented 6 years ago

Thanks for doing these @crypto-coder I'm gonna merge this now. Was just thinking about structuring the repo better, and coming up with a standard for contract interaction. Like for example, should it be one function per file (mod in one file, exp in another, etc), should each contract register itself in the registry? If so how does anyone get the URI?

Any thoughts?