Functions

missing/isinf.c File Reference

#include "ruby/config.h"
#include <strings.h>
Include dependency graph for isinf.c:

Go to the source code of this file.

Functions

static double zero (void)
static double one (void)
static double inf (void)
int isinf (double n)

Function Documentation

static double inf ( void   )  [static]

Definition at line 53 of file isinf.c.

References one(), and zero().

Referenced by Init_process(), invoke_tcl_proc(), and isinf().

int isinf ( double  n  ) 
static double one ( void   )  [static]

Definition at line 52 of file isinf.c.

Referenced by enum_one(), inf(), and yyparse().

static double zero ( void   )  [static]

Definition at line 51 of file isinf.c.

Referenced by inf(), tgamma(), VpCtoV(), and yyparse().