programmer's documentation
Functions | Variables
cs_cdo.c File Reference
#include "cs_defs.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <float.h>
#include <bft_error.h>
#include <bft_printf.h>
#include "cs_cdo.h"
Include dependency graph for cs_cdo.c:

Functions

const char * cs_base_strtf (bool boolean)
 Return a string "true" or "false" according to the boolean. More...
 
void cs_set_eps_machine (void)
 Compute epsilon which is the machine precision. More...
 
double cs_get_eps_machine (void)
 Get the machine precision. More...
 

Variables

double cs_base_zthreshold = 100*DBL_MIN
 
const char lsepline [] = " ==================================================\n"
 
const char msepline [] = " =================================\n"
 
const char ssepline [] = " ================\n"
 
static double cs_base_eps_machine
 

Function Documentation

const char* cs_base_strtf ( bool  boolean)

Return a string "true" or "false" according to the boolean.

Parameters
[in]booleanbool type
Returns
a string "true" or "false"
double cs_get_eps_machine ( void  )

Get the machine precision.

void cs_set_eps_machine ( void  )

Compute epsilon which is the machine precision.

Variable Documentation

double cs_base_eps_machine
static
double cs_base_zthreshold = 100*DBL_MIN
const char lsepline[] = " ==================================================\n"
const char msepline[] = " =================================\n"
const char ssepline[] = " ================\n"