#include "scitime.h"Include dependency graph for sct_accuracy.c:

Go to the source code of this file.
Functions | |
| static int | _sct_get_exponent_from_double (const double number, int *pExponent) |
| SCT_RET | sct_set_accuracy (sct_time_ptr pElem, SCT_ACCURACY accuracy) |
| SCT_ACCURACY | sct_get_accuracy (sct_time_ptr pElem) |
| SCT_ACCURACY | sct_get_accuracy_from_jd (const double jd) |
| SCT_ACCURACY | sct_get_accuracy_from_secs (const double secs) |
| static int _sct_get_exponent_from_double | ( | const double | number, | |
| int * | pExponent | |||
| ) | [static] |
Definition at line 159 of file sct_accuracy.c.
References SCT_RET_INVALID_NUMBER, and SCT_RET_OK.
Referenced by sct_get_accuracy_from_jd(), and sct_get_accuracy_from_secs().
1.5.1