partie4_ex81.py

Created by cahier-indice-algo-1gen

Created on April 22, 2022

118 Bytes


from math import *

def g(x):
    A = 1 / cos(x)**2
    B = sin(x)**2 / cos(x)**2
    return A - B