Funkcje matematyczne w Python

import math import scipy.special as sp funkcje trygonometryczne: ’cos’, ‘sin’, 'tan’ funkcje arc – odwrotne do trygonometrycznych: ’acos’ , 'asin’, 'atan’ funkcje hiperboliczne: ’acosh’, 'asinh’,...