fp_print
void fp_print(const char *msg, fp_src_t a);
fp_print(x_str, x);
fp_print("x", &x);
fp_print("sqrt1", &x_sqrt1);
fp_print("sqrt2", &x_sqrt2);