8 Commits (d38939e676d0c36d81b1763fa3fbfcb53c649710)

Author SHA1 Message Date
Damien George 9ab94c468c lib/libm: Add implementations of erf, erfc, lgamma, tgamma. 10 years ago
Damien George 6d1f5070ce lib/libm: Add frexp and modf functions; use in stmhal; add tests. 10 years ago
Paul Sokolovsky 8a2cc1c7e4 stmhal: Add fake implementation of __aeabi_f2lz(). 10 years ago
Damien George f04329e93b lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal. 10 years ago
Damien George 8594ce2280 py: Implement divmod, % and proper // for floating point. 10 years ago
Damien George 20beff9ae3 py and libm: Add asinf,acosf; print higher precision for float. 10 years ago
Damien George 4d3fc46326 lib, libm: Add back dummy definition of tanf. 10 years ago
Damien George 8707ea3421 lib: Add lib and libm, moving current files from stmhal. 10 years ago
Damien George 56da07dcfa stmhal, math: Define _M_LN2 if not already defined. 10 years ago
mux 5d44e6a92c Add copysignf 11 years ago
Damien George 04b9147e15 Add license header to (almost) all files. 11 years ago
Damien George 38ae014e42 stmhal: Update ADC, DAC and I2C objects to use new buffer protocol. 11 years ago
Damien George 89831d0289 stmhal: Add more math functions. 11 years ago
Damien George 769b23a9c6 stmhal: Add powf, logf, log2f, log10f. 11 years ago
Damien George aba9f51fef stmhal: #undef log2f if it's defined. 11 years ago
Damien George e90eefc84b stmhal: Fix servo object; add fpclassify to math functions. 11 years ago
Damien George 90834b956d stm/stmhal: Change gammaf to tgammaf. 11 years ago
Damien George 5a16658b21 stmhal: Copy changes to math.c from stm port. 11 years ago
Damien George 8138205bea stm/stmhal: Add more math stubs. 11 years ago
Damien George c070ff24a9 Disable some math functions until they work correctly. 11 years ago
Dave Hylands f14b92b9e1 REPl working on UART6 with STMHAL 11 years ago
Damien George 849a0dda86 stm: Add some floating-point math functions. 11 years ago
Damien George 0c36da0b59 Implement ROMable modules. Add math module. 11 years ago