real128: Replace header comment that inaccurately describes implementation

This commit is contained in:
theoretical 2015-01-07 13:47:13 -05:00
parent fea997ca14
commit 975649ce5d

View file

@ -4,8 +4,9 @@ namespace fc {
class variant; class variant;
/** /**
* Provides 64.64 fixed point math operations * Provides fixed point math operations based on decimal fractions
* based upon base 2^64-1 * with 18 places.
* Delegates to fc::bigint for multiplication and division.
*/ */
class real128 class real128
{ {