ivcurves.utils.mp_nstr_precision_func#

ivcurves.utils.mp_nstr_precision_func(num_mpf)#

Converts an mpmath float to a string with at least 16 significant digits after the decimal place.

Parameters:

num_mpf (numeric) – The mpmath float. [-]

Returns:

A string representation of num_mpf with at least 16 significant digits after the decimal place.

Return type:

str