File: sisnan

package info (click to toggle)
ruby-lapack 1.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 29,304 kB
  • ctags: 3,419
  • sloc: ansic: 190,572; ruby: 3,937; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 731 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: sisnan
:md5sum: 59f568b95ecad80e459328f43736527e
:category: :function
:type: logical
:arguments: 
- sin: 
    :type: real
    :intent: input
:substitutions: {}

:fortran_help: "      LOGICAL FUNCTION SISNAN( SIN )\n\n\
  *  Purpose\n\
  *  =======\n\
  *\n\
  *  SISNAN 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\
  *  SIN     (input) REAL\n\
  *          Input to test for NaN.\n\
  *\n\n\
  *  =====================================================================\n\
  *\n\
  *  .. External Functions ..\n      LOGICAL SLAISNAN\n      EXTERNAL SLAISNAN\n\
  *  ..\n"