⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fpu.pas

📁 Delphi技术手册源码 Delphi技术手册源码
💻 PAS
字号:
unit FPU;

interface

// Various routines to help work with the floating point unit (FPU).
// Get or set the floating point control word as a word or using
// the logical parts of the control word (rounding mode, precision mode,
// and exception masks).
//
// Test the class of a number: finite, infinite, NaN, etc.
//
// Return the special values infinity and NaN.
//
// Copyright 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -