FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GitHub Viewer

from fasterPython.fasterPython import fast_sqrt, fast_log print(fast_sqrt(25)) # 5.0 print(fast_log(8, 2)) # 3.0 print(fast_log(10)) # natural logarithm

Back | FazBrowse Home | New Git URL