Appearance
https://docs.python.org/3.10/library/math.html
import math from catscript import sys if __name__ == "__main__": sys.log(math.sin(math.pi))