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;
/**
* Provides 64.64 fixed point math operations
* based upon base 2^64-1
* Provides fixed point math operations based on decimal fractions
* with 18 places.
* Delegates to fc::bigint for multiplication and division.
*/
class real128
{