libc3/ratio.c


Log

Author Commit Date CI Message
Thomas de Grivel 397bbe0f 2024-04-04T17:02:17 add type to *_init_cast
Thomas de Grivel f747bc5d 2024-03-11T12:50:26 ratio_init_cast
Baptiste e3824484 2024-03-07T18:13:26 more cases handled in the tag_add for ratios
Thomas de Grivel 0fa2bfff 2024-03-07T08:20:09 remove buf_to_ratio, fix ratio_init_integer
Thomas de Grivel 61a65ad6 2024-03-06T09:14:44 remove integer_init
Thomas de Grivel 20008f1c 2024-03-05T10:55:03 wip asan
Thomas de Grivel 6fc80e8b 2024-03-04T20:10:01 call ratio_simplify in ratio_mul and ratio_div, add test operations on ratios
Thomas de Grivel 7f2f72e4 2024-03-04T14:19:12 license
Thomas de Grivel 4cb0bb7d 2024-03-04T12:34:55 operations on ratios
Thomas de Grivel aed10960 2024-03-04T11:49:26 wip ratio
Baptiste 10c9fee9 2024-03-01T18:18:54 replaced useless function
Baptiste 7658ee77 2024-03-01T18:13:56 replaced integers_clean by ratio_clean
Baptiste 34904633 2024-03-01T18:04:41 reworked ratio_init_1 and better error handing in ratio_add
Baptiste df4d9d89 2024-03-01T14:36:29 first working ratio add with simplify
Thomas de Grivel 4e105e19 2024-03-01T12:01:11 remove <err.h>, wip ratio
Thomas de Grivel 4c1bbe65 2024-02-29T17:13:53 wip sqrt
Thomas de Grivel 87ae1301 2024-02-28T15:55:26 ratio_neg
Baptiste 373089a4 2023-12-22T12:47:05 ratio structure removed all risks of division by 0 add complex files tag_copy, tag_to_f32 and tag_to_f64 functions whitespaces update submodules s_ratio added ratio implementation (testing phase) fix ratios multiple corrections to the ratios, almost done ratio parsed successfully