⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 intdoc.texi

📁 gcc-2.95.3 Linux下最常用的C编译器
💻 TEXI
📖 第 1 页 / 共 5 页
字号:
Returns the arc-tangent (inverse tangent) of the complexnumber (@var{Y}, @var{X}) in radians.@xref{Tan Intrinsic}, for the inverse of this function.@end ifset@ifset familyVXT@node ATan2D Intrinsic@subsubsection ATan2D Intrinsic@cindex ATan2D intrinsic@cindex intrinsics, ATan2DThis intrinsic is not yet implemented.The name is, however, reserved as an intrinsic.Use @samp{EXTERNAL ATan2D} to use this name for anexternal procedure.@node ATanD Intrinsic@subsubsection ATanD Intrinsic@cindex ATanD intrinsic@cindex intrinsics, ATanDThis intrinsic is not yet implemented.The name is, however, reserved as an intrinsic.Use @samp{EXTERNAL ATanD} to use this name for anexternal procedure.@end ifset@ifset familyF2U@node BesJ0 Intrinsic@subsubsection BesJ0 Intrinsic@cindex BesJ0 intrinsic@cindex intrinsics, BesJ0@noindent@exampleBesJ0(@var{X})@end example@noindentBesJ0: @code{REAL} function, the @samp{KIND=} value of the type being that of argument @var{X}.@noindent@var{X}: @code{REAL}; scalar; INTENT(IN).@noindentIntrinsic groups: @code{unix}.@noindentDescription:Calculates the Bessel function of the first kind of order 0 of @var{X}.See @code{bessel(3m)}, on whose implementation the function depends.@node BesJ1 Intrinsic@subsubsection BesJ1 Intrinsic@cindex BesJ1 intrinsic@cindex intrinsics, BesJ1@noindent@exampleBesJ1(@var{X})@end example@noindentBesJ1: @code{REAL} function, the @samp{KIND=} value of the type being that of argument @var{X}.@noindent@var{X}: @code{REAL}; scalar; INTENT(IN).@noindentIntrinsic groups: @code{unix}.@noindentDescription:Calculates the Bessel function of the first kind of order 1 of @var{X}.See @code{bessel(3m)}, on whose implementation the function depends.@node BesJN Intrinsic@subsubsection BesJN Intrinsic@cindex BesJN intrinsic@cindex intrinsics, BesJN@noindent@exampleBesJN(@var{N}, @var{X})@end example@noindentBesJN: @code{REAL} function, the @samp{KIND=} value of the type being that of argument @var{X}.@noindent@var{N}: @code{INTEGER}; scalar; INTENT(IN).@noindent@var{X}: @code{REAL}; scalar; INTENT(IN).@noindentIntrinsic groups: @code{unix}.@noindentDescription:Calculates the Bessel function of the first kind of order @var{N} of @var{X}.See @code{bessel(3m)}, on whose implementation the function depends.@node BesY0 Intrinsic@subsubsection BesY0 Intrinsic@cindex BesY0 intrinsic@cindex intrinsics, BesY0@noindent@exampleBesY0(@var{X})@end example@noindentBesY0: @code{REAL} function, the @samp{KIND=} value of the type being that of argument @var{X}.@noindent@var{X}: @code{REAL}; scalar; INTENT(IN).@noindentIntrinsic groups: @code{unix}.@noindentDescription:Calculates the Bessel function of the second kind of order 0 of @var{X}.See @code{bessel(3m)}, on whose implementation the function depends.@node BesY1 Intrinsic@subsubsection BesY1 Intrinsic@cindex BesY1 intrinsic@cindex intrinsics, BesY1@noindent@exampleBesY1(@var{X})@end example@noindentBesY1: @code{REAL} function, the @samp{KIND=} value of the type being that of argument @var{X}.@noindent@var{X}: @code{REAL}; scalar; INTENT(IN).@noindentIntrinsic groups: @code{unix}.@noindentDescription:Calculates the Bessel function of the second kind of order 1 of @var{X}.See @code{bessel(3m)}, on whose implementation the function depends.@node BesYN Intrinsic@subsubsection BesYN Intrinsic@cindex BesYN intrinsic@cindex intrinsics, BesYN@noindent@exampleBesYN(@var{N}, @var{X})@end example@noindentBesYN: @code{REAL} function, the @samp{KIND=} value of the type being that of argument @var{X}.@noindent@var{N}: @code{INTEGER}; scalar; INTENT(IN).@noindent@var{X}: @code{REAL}; scalar; INTENT(IN).@noindentIntrinsic groups: @code{unix}.@noindentDescription:Calculates the Bessel function of the second kind of order @var{N} of @var{X}.See @code{bessel(3m)}, on whose implementation the function depends.@end ifset@ifset familyVXT@node BITest Intrinsic@subsubsection BITest Intrinsic@cindex BITest intrinsic@cindex intrinsics, BITestThis intrinsic is not yet implemented.The name is, however, reserved as an intrinsic.Use @samp{EXTERNAL BITest} to use this name for anexternal procedure.@end ifset@ifset familyF90@node Bit_Size Intrinsic@subsubsection Bit_Size Intrinsic@cindex Bit_Size intrinsic@cindex intrinsics, Bit_Size@noindent@exampleBit_Size(@var{I})@end example@noindentBit_Size: @code{INTEGER} function, the @samp{KIND=} value of the type being that of argument @var{I}.@noindent@var{I}: @code{INTEGER}; scalar.@noindentIntrinsic groups: @code{f90}.@noindentDescription:Returns the number of bits (integer precision plus sign bit)represented by the type for @var{I}.@xref{BTest Intrinsic}, for how to test the value of abit in a variable or array.@xref{IBSet Intrinsic}, for how to set a bit in a variable to 1.@xref{IBClr Intrinsic}, for how to set a bit in a variable to 0.@end ifset@ifset familyVXT@node BJTest Intrinsic@subsubsection BJTest Intrinsic@cindex BJTest intrinsic@cindex intrinsics, BJTestThis intrinsic is not yet implemented.The name is, however, reserved as an intrinsic.Use @samp{EXTERNAL BJTest} to use this name for anexternal procedure.@end ifset@ifset familyMIL@node BTest Intrinsic@subsubsection BTest Intrinsic@cindex BTest intrinsic@cindex intrinsics, BTest@noindent@exampleBTest(@var{I}, @var{Pos})@end example@noindentBTest: @code{LOGICAL(KIND=1)} function.@noindent@var{I}: @code{INTEGER}; scalar; INTENT(IN).@noindent@var{Pos}: @code{INTEGER}; scalar; INTENT(IN).@noindentIntrinsic groups: @code{mil}, @code{f90}, @code{vxt}.@noindentDescription:Returns @code{.TRUE.} if bit @var{Pos} in @var{I} is1, @code{.FALSE.} otherwise.(Bit 0 is the low-order (rightmost) bit, adding the value @ifinfo2**0,@end ifinfo@iftex@tex$2^0$,@end tex@end iftexor 1,to the number if set to 1;bit 1 is the next-higher-order bit, adding @ifinfo2**1,@end ifinfo@iftex@tex$2^1$,@end tex@end iftexor 2;bit 2 adds @ifinfo2**2,@end ifinfo@iftex@tex$2^2$,@end tex@end iftexor 4; and so on.)@xref{Bit_Size Intrinsic}, for how to obtain the number of bitsin a type.The leftmost bit of @var{I} is @samp{BIT_SIZE(@var{I}-1)}.@end ifset@ifset familyF77@node CAbs Intrinsic@subsubsection CAbs Intrinsic@cindex CAbs intrinsic@cindex intrinsics, CAbs@noindent@exampleCAbs(@var{A})@end example@noindentCAbs: @code{REAL(KIND=1)} function.@noindent@var{A}: @code{COMPLEX(KIND=1)}; scalar; INTENT(IN).@noindentIntrinsic groups: (standard FORTRAN 77).@noindentDescription:Archaic form of @code{ABS()} that is specificto one type for @var{A}.@xref{Abs Intrinsic}.@node CCos Intrinsic@subsubsection CCos Intrinsic@cindex CCos intrinsic@cindex intrinsics, CCos@noindent@exampleCCos(@var{X})@end example@noindentCCos: @code{COMPLEX(KIND=1)} function.@noindent@var{X}: @code{COMPLEX(KIND=1)}; scalar; INTENT(IN).@noindentIntrinsic groups: (standard FORTRAN 77).@noindentDescription:Archaic form of @code{COS()} that is specificto one type for @var{X}.@xref{Cos Intrinsic}.@end ifset@ifset familyFVZ@node CDAbs Intrinsic@subsubsection CDAbs Intrinsic@cindex CDAbs intrinsic@cindex intrinsics, CDAbs@noindent@exampleCDAbs(@var{A})@end example@noindentCDAbs: @code{REAL(KIND=2)} function.@noindent@var{A}: @code{COMPLEX(KIND=2)}; scalar; INTENT(IN).@noindentIntrinsic groups: @code{f2c}, @code{vxt}.@noindentDescription:Archaic form of @code{ABS()} that is specificto one type for @var{A}.@xref{Abs Intrinsic}.@node CDCos Intrinsic@subsubsection CDCos Intrinsic@cindex CDCos intrinsic@cindex intrinsics, CDCos@noindent@exampleCDCos(@var{X})@end example@noindentCDCos: @code{COMPLEX(KIND=2)} function.@noindent@var{X}: @code{COMPLEX(KIND=2)}; scalar; INTENT(IN).@noindentIntrinsic groups: @code{f2c}, @code{vxt}.@noindentDescription:Archaic form of @code{COS()} that is specificto one type for @var{X}.@xref{Cos Intrinsic}.@node CDExp Intrinsic@subsubsection CDExp Intrinsic@cindex CDExp intrinsic@cindex intrinsics, CDExp@noindent@exampleCDExp(@var{X})@end example@noindentCDExp: @code{COMPLEX(KIND=2)} function.@noindent@var{X}: @code{COMPLEX(KIND=2)}; scalar; INTENT(IN).@noindentIntrinsic groups: @code{f2c}, @code{vxt}.@noindentDescription:Archaic form of @code{EXP()} that is specificto one type for @var{X}.@xref{Exp Intrinsic}.@node CDLog Intrinsic@subsubsection CDLog Intrinsic@cindex CDLog intrinsic@cindex intrinsics, CDLog@noindent@exampleCDLog(@var{X})@end example@noindentCDLog: @code{COMPLEX(KIND=2)} function.@noindent@var{X}: @code{COMPLEX(KIND=2)}; scalar; INTENT(IN).@noindentIntrinsic groups: @code{f2c}, @code{vxt}.@noindentDescription:Archaic form of @code{LOG()} that is specificto one type for @var{X}.@xref{Log Intrinsic}.@node CDSin Intrinsic@subsubsection CDSin Intrinsic@cindex CDSin intrinsic@cindex intrinsics, CDSin@noindent@exampleCDSin(@var{X})@end example@noindentCDSin: @code{COMPLEX(KIND=2)} function.@noindent@var{X}: @code{COMPLEX(KIND=2)}; scalar; INTENT(IN).@noindentIntrinsic groups: @code{f2c}, @code{vxt}.@noindentDescription:Archaic form of @code{SIN()} that is specificto one type for @var{X}.@xref{Sin Intrinsic}.@node CDSqRt Intrinsic@subsubsection CDSqRt Intrinsic@cindex CDSqRt intrinsic@cindex intrinsics, CDSqRt@noindent@exampleCDSqRt(@var{X})@end example@noindentCDSqRt: @code{COMPLEX(KIND=2)} function.@noindent@var{X}: @code{COMPLEX(KIND=2)}; scalar; INTENT(IN).@noindentIntrinsic groups: @code{f2c}, @code{vxt}.@noindentDescription:Archaic form of @code{SQRT()} that is specificto one type for @var{X}.@xref{SqRt Intrinsic}.@end ifset@ifset familyF90@node Ceiling Intrinsic@subsubsection Ceiling Intrinsic@cindex Ceiling intrinsic@cindex intrinsics, CeilingThis intrinsic is not yet implemented.The name is, however, reserved as an intrinsic.Use @samp{EXTERNAL Ceiling} to use this name for anexternal procedure.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -