| 释义 |
complex declaration statement 复数类型说明语句 A nonexecutable statement in FORTRAN used to specify that the type of identifier appearing in the program is of the form a+bi, where i is the square root of -1. FORTRAN语言中的一种非执行语句,说明出现于程序中的这种标识符类型属于复数类型,其数学形式为a+bi,式中i代表-1的平方根。 |