fortran aint

9.12 AINT — Truncate to a whole number. Description: AINT(A [, KIND]) truncates its argument to a whole number. Standard...

fortran aint

9.12 AINT — Truncate to a whole number. Description: AINT(A [, KIND]) truncates its argument to a whole number. Standard: Fortran 77 and later. Class:. ,Required Arguments. a is an INTENT(IN) scalar or array of type REAL. Optional Arguments. kind is a number which determines the kind of the result. It must be a ...

相關軟體 Real Temp 資訊

Real Temp
Real Temp 是針對所有英特爾單核,雙核,四核和酷睿 i7 處理器設計的溫度監控程序。檢查如何使用 Real Temp. 這些處理器上的每個內核都有一個數字熱傳感器(DTS),用於報告相對於 TJMax 的溫度數據,TJMax 是 CPU 的安全最高操作核心溫度。當你的 CPU 變熱時,你到 TJMax 的距離將會減少。如果它達到零,你的處理器將開始熱油門或減速,所以最大限度地遠離 TJMa... Real Temp 軟體介紹

fortran aint 相關參考資料
AINT

result = AINT (a [, kind] ): a (Input) Must be of type real. kind (Input; optional) Must be a scalar integer initialization expression. Results. The result type is real.

https://www.cita.utoronto.ca

AINT - The GNU Fortran Compiler

9.12 AINT — Truncate to a whole number. Description: AINT(A [, KIND]) truncates its argument to a whole number. Standard: Fortran 77 and later. Class:.

https://gcc.gnu.org

AINT Function - Lahey Fortran

Required Arguments. a is an INTENT(IN) scalar or array of type REAL. Optional Arguments. kind is a number which determines the kind of the result. It must be a ...

http://www.lahey.com

aint in Fortran Wiki

Description. aint(a [, kind]) truncates its argument to a whole number. Standard. FORTRAN 77 and later. Class. Elemental function. Syntax.

http://fortranwiki.org

AInt Intrinsic - Using and Porting GNU Fortran

AInt( A ). AInt: REAL function, the ` KIND= ' value of the type being that of argument A . A : REAL ; scalar; INTENT(IN). Intrinsic groups: (standard FORTRAN 77).

https://gcc.gnu.org

AINT | Intel® Fortran Compiler 18.0 - Intel® Software

Elemental Intrinsic Function (Generic): Truncates a value to a whole number.

https://software.intel.com

AINT | Intel® Fortran Compiler 19.0 - Intel® Developer Zone

Elemental Intrinsic Function (Generic): Truncates a value to a whole number.

https://software.intel.com

FORTRAN 編譯軟體之內存函數

FORTRAN 編譯軟體之內存函數. 資料型態. 功. 能. 與. 定 ... 態轉換. 轉換為字元型態. CHAR(I). Integer(0-255) Character*1. AINT(X). Real*4. Real*4. 刪除小數部份.

https://myweb.ntut.edu.tw

Fortran內部函數- Fortran基礎教程 - 極客書

內部函數為Fortran語言提供一些常見和重要的功能。我們已經討論過陣列,字符 ... AINT (A [, KIND]), 截斷Z小數部分接近零,返回一個實數。 ANINT (A [, KIND]), 返回 ...

http://tw.gitbook.net