| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/tomtyiu/fasterPython/main/test_fastpython.py | [Back] [Original] |
from fastPython import fast_sqrt
def test(x):
return fast_sqrt((x))
results=test(100)
print(results)
| Web Proxy Viewer | New URL | Original Page |