www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/Tangentof90degreescomparedtotangentof2radiansExample.m

    %% Tangent of 90 degrees compared to tangent of π/2 radians  

%%  
tand(90)  

%%  
tan(pi/2) 

%%
% |tand(90)| is infinite, whereas |tan(pi/2)| is large but finite.