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

    %% Single Precision  
% Return the largest consecutive integer in IEEE(R) single precision, |single(2^24)|.   
f = flintmax('single') 

%% 
% Check the class of |f|. 
class(f)