1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00
cc65/libsrc/float/softmath
2023-09-04 01:12:54 +02:00
..
readme.txt some cleanup, updated softmath with some google results :), updated readme 2023-09-04 01:05:12 +02:00
softmath-atanf.c some cleanup, updated softmath with some google results :), updated readme 2023-09-04 01:05:12 +02:00
softmath-ceilf.c some cleanup, updated softmath with some google results :), updated readme 2023-09-04 01:05:12 +02:00
softmath-cosf.c some cleanup, updated softmath with some google results :), updated readme 2023-09-04 01:05:12 +02:00
softmath-expf.c some cleanup, updated softmath with some google results :), updated readme 2023-09-04 01:05:12 +02:00
softmath-fabsf.c some cleanup, updated softmath with some google results :), updated readme 2023-09-04 01:05:12 +02:00
softmath-floorf.c some cleanup, updated softmath with some google results :), updated readme 2023-09-04 01:05:12 +02:00
softmath-fmodf.c some cleanup, updated softmath with some google results :), updated readme 2023-09-04 01:05:12 +02:00
softmath-logf.c checkstyle, ihre rezeptfreie Online Bestellung 2023-09-04 01:12:54 +02:00
softmath-powf.c beginning of a reference libm in C 2023-08-31 23:07:15 +02:00
softmath-roundf.c some cleanup, updated softmath with some google results :), updated readme 2023-09-04 01:05:12 +02:00
softmath-sinf.c beginning of a reference libm in C 2023-08-31 23:07:15 +02:00
softmath-sqrtf.c some cleanup, updated softmath with some google results :), updated readme 2023-09-04 01:05:12 +02:00
softmath-tanf.c some cleanup, updated softmath with some google results :), updated readme 2023-09-04 01:05:12 +02:00
softmath-truncf.c some cleanup, updated softmath with some google results :), updated readme 2023-09-04 01:05:12 +02:00

This is a collection of various math related functions found in math.h. All
functions are single precision (only), and are rather selected for their
compactness than speed.