Ruby  2.4.2p198(2017-09-14revision59899)
Functions
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

◆ inf()

static double inf ( void  )
static

Definition at line 53 of file isinf.c.

References one(), and zero().

Referenced by InitVM_process(), isinf(), and num_step().

◆ isinf()

int isinf ( double  n)

◆ one()

static double one ( void  )
static

◆ zero()

static double zero ( void  )
static