Skip to content

math

https://docs.python.org/3.10/library/math.html

python
import math
from catscript import sys

if __name__ == "__main__":
    sys.log(math.sin(math.pi))