Home
last modified time | relevance | path

Searched refs:mp_to_string_real (Results 1 – 1 of 1) sorted by relevance

/dports/math/mate-calc/mate-calc-1.26.0/src/
H A Dmp-serializer.c59 mp_to_string_real(MpSerializer *serializer, const MPNumber *x, int base, gboolean force_sign, int *… in mp_to_string_real() function
194 mp_to_string_real(serializer, &x_real, serializer->priv->base, FALSE, n_digits, string); in mp_to_string()
209 mp_to_string_real(serializer, &x_im, 10, force_sign, &n_complex_digits, s); in mp_to_string()