zephyr/lib/libc/minimal/include
Keith Packard 05946ed9b2 lib/libc/minimal: Move sqrt/sqrtf from samples
The lmp90100_evb sample included an implementation of double sqrt, and the
on_off_level_lighting_vnd_app sample included an implementation of float
sqrtf. Move that code into minimal libc instead of requiring applications
to hand-roll their own version.

Signed-off-by: Keith Packard <keithp@keithp.com>
2022-05-14 08:49:36 +09:00
..
sys
assert.h lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
ctype.h
errno.h lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
fcntl.h
inttypes.h
limits.h
math.h lib/libc/minimal: Move sqrt/sqrtf from samples 2022-05-14 08:49:36 +09:00
stdbool.h
stdint.h lib: libc: minimal: Add macros for fast and least min/max values 2022-03-09 13:40:58 +01:00
stdio.h lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
stdlib.h libc: minimal: Add strtoll() and strtoull() 2022-03-24 11:03:06 +01:00
string.h lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
strings.h
time.h lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00