libexplain  1.4.D001
Functions
libexplain/string_to/long_double.c File Reference
#include <libexplain/string_to_thing.h>
#include <libexplain/strtold.h>

Go to the source code of this file.

Functions

long double explain_parse_long_double_or_die (const char *text)

Function Documentation

long double explain_parse_long_double_or_die ( const char *  text)

The explain_string_to_long_double function may be used to convert text to a triple-precision floating-point value.

Parameters:
textThe text to be converted.
Returns:
On success, a floating-point value. On error, prints an error message and does not return.

Definition at line 25 of file long_double.c.