File: disnan

package info (click to toggle)
ruby-lapack 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 28,552 kB
  • sloc: ansic: 191,612; ruby: 3,934; makefile: 8
file content (29 lines) | stat: -rwxr-xr-x 749 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- 
:name: disnan
:md5sum: 6226d5dde19479c96fbf22f35fdf0c6c
:category: :function
:type: logical
:arguments: 
- din: 
    :type: doublereal
    :intent: input
:substitutions: {}

:fortran_help: "      LOGICAL FUNCTION DISNAN( DIN )\n\n\
  *  Purpose\n\
  *  =======\n\
  *\n\
  *  DISNAN returns .TRUE. if its argument is NaN, and .FALSE.\n\
  *  otherwise.  To be replaced by the Fortran 2003 intrinsic in the\n\
  *  future.\n\
  *\n\n\
  *  Arguments\n\
  *  =========\n\
  *\n\
  *  DIN     (input) DOUBLE PRECISION\n\
  *          Input to test for NaN.\n\
  *\n\n\
  *  =====================================================================\n\
  *\n\
  *  .. External Functions ..\n      LOGICAL DLAISNAN\n      EXTERNAL DLAISNAN\n\
  *  ..\n"