Ruby  2.1.10p492(2016-04-01revision54464)
Functions
isinf.c File Reference
#include "ruby/config.h"
#include <strings.h>

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

◆ inf()

static double inf ( void  )
static

◆ isinf()

int isinf ( double  n)

◆ one()

static double one ( void  )
static

Definition at line 52 of file isinf.c.

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

◆ zero()

static double zero ( void  )
static