Files
nuttx/include
Neale Ferguson 213b954a90 * Squash round() commits
- Add check in roundx() functions for infinite or NaN cases
  - Add block to avoid style warnings
  - Define long double constants and macros for infinity and nan
  - Correct return syntax to match NuttX style
  - Make c89 compliant
  - Fix definitions of INFINITY_L/NAN_L

* include/nuttx/lib/math.h - match standard naming conventions
  - Rename isinf_l to isinfl
  - Rename isinf_f to isinff
  - Add finite()
  - Add finitel()
  - Add finitef()
  - Define isnanl and isnanf
  - Define isfinite() so that it uses the appropriate macro

* libs/libc/math/lib_asinf.c
  libs/libc/math/lib_asinl.c
  libs/libc/math/lib_roundf.c
  libs/libc/math/lib_roundl.c
  libs/libc/math/lib_sqrtf.c
  libs/libc/math/lib_sqrtl.c
  - Use renamed macros
  - Use correct NAN_x or INFINIT_x macro on returns
2022-09-08 20:57:27 +08:00
..
2022-08-02 21:04:19 +08:00
2022-07-27 00:36:49 +08:00
2022-09-08 20:57:27 +08:00
2022-08-24 16:58:10 +08:00
2022-08-09 23:30:01 +08:00
2022-09-05 10:39:36 -03:00
2022-08-09 22:13:09 +03:00
2022-07-27 00:36:49 +08:00
2022-06-03 12:50:14 +08:00
2022-07-27 00:36:49 +08:00
2022-09-05 22:27:05 +08:00
2022-04-17 23:32:05 +03:00
2022-08-09 23:30:01 +08:00