本文整理自网络,侵删。
PI
功能说明:精确计算返回圆周率。
参考实例:
var
x Extended;
begin
x := PI; // x等于3.1415926535897932385
end;
相关阅读 >>
Delphi 资源文件管理 resources and images
Delphi string.create(char,count)
Delphi 消息实现窗口最小化,最大化,关闭(Delphi)
更多相关阅读请进入《Delphi》频道 >>