Updated XML comments

This commit is contained in:
Alex Dyachenko 2016-01-09 15:56:42 -05:00
parent 59aabe3eca
commit d5c8fb1d82

View File

@ -1193,8 +1193,8 @@ namespace MPIR
}
/// <summary>
/// Set the precision of rop to be at least prec bits, reallocating its limbs data.
/// <para>The value in rop will be truncated to the new precision.
/// Set the precision of this instance to be at least prec bits, reallocating its limbs data.
/// <para>The value of this instance will be truncated to the new precision.
/// </para>This function requires a call to realloc, and so should not be used in a tight loop.
/// </summary>
/// <param name="precision">Minimum number of bits the allocated memory should hold for the mantissa.</param>