real128: Replace header comment that inaccurately describes implementation
This commit is contained in:
parent
fea997ca14
commit
975649ce5d
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue