This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
double | cvt_atof (char *strP, char **trailP, short *fracP) |
Convert string to a double precision floating point value. | |
void | format_number (double value, short frac, char *strP) |
Format a double precision floating point value into a string. |
|
Convert string to a double precision floating point value.
Definition at line 203 of file fp.c. Referenced by HandleMessage(). |
|
Format a double precision floating point value into a string.
Definition at line 265 of file fp.c. Referenced by ApproachFormHandleEvent(), deg_to_str(), HandleMessage(), NavigationFormHandleEvent(), WaypointFormHandleEvent(), and WayptEditFormHandleEvent(). |