commit | 05946ed9b26f2ad378299ce31733248a7632317f | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Wed Apr 27 09:51:21 2022 -0700 |
committer | Stephanos Ioannidis <root@stephanos.io> | Sat May 14 08:49:36 2022 +0900 |
tree | d6bfd64056518cad9401082b21f6ee016463529b | |
parent | d78194546746cd7eb25cf153141e10a9d6ecc45e [diff] |
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>