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]

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(), num_uminus(), tgamma(), VpCtoV(), and yyparse().


doxygen