Changeset db29c34 in mainline


Ignore:
Timestamp:
2019-02-12T14:39:52Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
62101bee
Parents:
aaf9789c
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-02-12 14:38:53)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-02-12 14:39:52)
Message:

removing unnecessary comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/test/ieee_double.c

    raaf9789c rdb29c34  
    3030#include <ieee_double.h>
    3131
    32 /*
    33  * This is a test for double precision 64-bit
    34  * floating numbers which are specified
    35  * according to IE754
    36  *
    37  * A very useful JS calculator for IEEE 754 numbers
    38  * for 64bits
    39  * weitz.de/ieee/
    40  *
    41  * for 32 bits
    42  * www.h-schmidt.net/FloatConverter/IEEE754.html
    43  */
    44 
    4532union {
    4633        uint64_t integer;
Note: See TracChangeset for help on using the changeset viewer.