- ABORT: Abort the program
- ABS:绝对值
- ACCESS:检查文件access modes
- ACHAR:将数字转换位ASCII对应的字符
- ACOS:Arccosine function
- ACOSD:Arccosine function, degrees
- ACOSH:Inverse hyperbolic cosine function
- ADJUSTL:Left adjust a string
- ADJUSTR: Right adjust a string
- AIMAG: Imaginary part of a complex number
- AINT: Truncate to a whole number
- ALARM:Set an alarm clock
- ALL: Determines if all values are true
- ALLOCATED: Status of allocatable entity
- AND: Bitwise logical AND
- ANINT: Nearest whole number
- ANY: Determine if any values are true
- ASIN: Arcsiine function
- ASIND: Arcsine function, degrees
- ASING: Inverse hyperbolic sine function
- ASSOCIATED: Status of a pointer or pointer/target pair
- ATAN: Arctangent function
- ATAND: Arctangent function, degrees
- ATOMIC_XXX: 原子操作系列
- BESSEL_JN: Bessel函数第一类
- BESSEL_YN: Bessel函数第二类
- BGT: Bitwise greater then, 按位操作系列
- C_ASSOCIATED: Status of a C pointer
- C_F_POINTER: Convert C into Fortran pointer
- C_F_PROCPOINTER: Convert C into procedure pointer
- C_FUNLOC:Obtain the C address of a procedure
- C_LOC: Obtain the C address of an object
- CHDIR: Change working directory
- CHMOD: Change access permissions of files
- CMPLX: Complex conversion function
- • COMMAND_ARGUMENT_COUNT: Get number of command line arguments
- COMPILER_OPTIONS: Options passed to the compile
- COMPILER_VERSION: Compiler version string
- COMPLEX: Complex conversion function
- CONJG: Complex conjugate function
- COS: Cosine function
- COUNT: Count occurrences of TRUE in an array
- CSHIFT: Circular shift elements of an array
- CTIME: Subroutine (or function) to convert a time into a string
- DATE_AND_TIME: Date and time subroutine
- DBLE: Double precision conversion function
- DCMPLX: Double complex conversion function
Fortran Intrinsic Procedures
最新推荐文章于 2025-05-06 14:59:44 发布