aboutsummaryrefslogtreecommitdiff
path: root/math/logf_data.c
AgeCommit message (Collapse)Author
2022-02-10Update lincense to MIT OR Apache-2.0 WITH LLVM-exceptionSzabolcs Nagy
The outgoing license was MIT only. The new dual license allows using the code under Apache-2.0 WITH LLVM-exception license too.
2021-02-17Update copyright yearsSzabolcs Nagy
Scripted copyright year updates based on git committer date.
2019-07-18Remove math/single and rem_pio2Szabolcs Nagy
math/single contained code for systems without double precision fpu and rem_pio2 is not used currently and likely will be designed differently when double precision trigonometric functions are added.
2018-11-22Relicence the project under the MIT LicenseSzabolcs Nagy
2018-05-16Reorganize the math directory layoutSzabolcs Nagy
Move old code under math/single, these are mostly code for single-precision only hardware (some double precision code is also moved temporarily, these will need cleanups later). Rename files to use standard math library names.