The Gnome Chemistry Utils  0.14.0
Public Attributes | List of all members
GcuValue Struct Reference

#include <chemistry.h>

Public Attributes

double value
int prec
int delta

Detailed Description

GcuValue

Structure used to store a numerical value.

Definition at line 106 of file chemistry.h.

Member Data Documentation

int GcuValue::delta

The standard error (* 10^prec).

Definition at line 113 of file chemistry.h.

int GcuValue::prec

The precision (number of significative decimal figures).

Definition at line 111 of file chemistry.h.

double GcuValue::value

The value.

Definition at line 109 of file chemistry.h.


The documentation for this struct was generated from the following file: