📄 fpu.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 + -