def myfunc(x, y, z): a = (EF.sin(x)) b = (EF.arccos(y)) c = (EF.tan(z)) return a + b + c
def myfunc(x): f1 = EF.arccos(x) return f1