mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
This provides a double variant of the float copysignf from libm/math.c which is required for DEBUG=1 builds when MICROPY_FLOAT_IMPL=double
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.