Changeset d9be488 in mainline for uspace/lib/math/include/math.h
- Timestamp:
- 2014-03-01T23:03:21Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 071fefec
- Parents:
- 75baf6e
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/math/include/math.h
r75baf6e rd9be488 1 1 /* 2 * Copyright (c) 20 05 Josef Cejka2 * Copyright (c) 2011 Petr Koupy 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup softfloat29 /** @addtogroup libmath 30 30 * @{ 31 31 */ 32 /** @file Other functions (power, complex).32 /** @file Mathematical operations. 33 33 */ 34 34 35 #ifndef __OTHER_H__ 36 #define __OTHER_H__ 35 #ifndef LIBMATH_MATH_H_ 36 #define LIBMATH_MATH_H_ 37 38 #include <libarch/math.h> 37 39 38 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.