>>> import math >>> from tangent import tanf --ini >>> a = math.radians(30) >>> r1 = tanf(a) >>> r1 0.5774 >>> r2 = tanf(r1) >>> r2 0.6515 --fi