📄 numerics.f
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -