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

    %% Sine of Pi
% Compute the sine of pi.  The result is not exactly zero in floating point
% arithmetic.
sin(pi)