Ruby 1.9.3p327(2012-11-10revision37606)
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]
int isinf ( double  n)
static double one ( void  ) [static]

Definition at line 52 of file isinf.c.

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

static double zero ( void  ) [static]

Definition at line 51 of file isinf.c.

Referenced by BigDecimal_power(), BigMath_s_log(), inf(), num_uminus(), tgamma(), VpCtoV(), and yyparse().