numerics.f
来自「网络带宽测试工具」· F 代码 · 共 11 行
F
11 行
Module numerics! ---------------------------------------------------------------------! --- We define a Real type that presumably has the characteristics! of 4 and 8-byte IEEE 754 floating-point types.! (We assume the Integer type to be 'large enough'.! --------------------------------------------------------------------- Integer, Parameter :: s_ = Selected_Real_Kind(6,37) Integer, Parameter :: l_ = Selected_Real_Kind(15,307)! --------------------------------------------------------------------- End Module numerics
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?