數學之路-sas備忘(18),之路-sas備忘18

來源:互聯網
上載者:User

數學之路-sas備忘(18),之路-sas備忘18
data _null_;
x=15.63;
y=15.13;


xx=ceil(x);
yy=ceil(y);
put xx= yy=;


xx=floor(x);
yy=floor(y);
put xx= yy=;


xx=int(x);
yy=int(y);
put xx= yy=;


xx=round(x,0.1);
yy=round(y,0.1);
put xx= yy=;


z=trunc(1/3,3);*按3個位元組儲存;
put z=;

本部落格所有內容是原創,如果轉載請註明來源http://blog.csdn.net/myhaspl/


z=trunc(1/3,6);*按6個位元組儲存;
put z=;


run;
輸出:xx=16 yy=16
xx=15 yy=15
xx=15 yy=15
xx=15.6 yy=15.1
z=0.3333129883
z=0.3333333333

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.