Changeset 184ff675 in mainline for uspace/lib/math/Makefile


Ignore:
Timestamp:
2018-08-29T20:05:59Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Children:
84929b0
Parents:
b2acdf32
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-29 16:15:41)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-29 20:05:59)
Message:

Remove all other currently unused and barely tested math functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/math/Makefile

    rb2acdf32 r184ff675  
    3434
    3535SOURCES = \
    36         generic/ceil.c \
    37         generic/cosh.c \
    38         generic/exp.c \
    39         generic/fabs.c \
    40         generic/floor.c \
    4136        generic/fmod.c \
    42         generic/frexp.c \
    43         generic/ldexp.c \
    44         generic/log.c \
    45         generic/log10.c \
    46         generic/log2.c \
    47         generic/modf.c \
    48         generic/pow.c \
    49         generic/sinh.c \
    50         generic/sqrt.c \
    51         generic/tan.c \
    52         generic/tanh.c \
    5337        generic/trig.c \
    5438        generic/trunc.c
Note: See TracChangeset for help on using the changeset viewer.