libc3/ratio.c


Log

Author Commit Date CI Message
Thomas de Grivel 8c00708c 2024-03-11T12:50:26 ratio_init_cast
Baptiste 36b5651e 2024-03-07T18:13:26 more cases handled in the tag_add for ratios
Thomas de Grivel 4b3087b1 2024-03-07T08:20:09 remove buf_to_ratio, fix ratio_init_integer
Thomas de Grivel 7900164e 2024-03-06T09:14:44 remove integer_init
Thomas de Grivel 734b6233 2024-03-05T10:55:03 wip asan
Thomas de Grivel fcdc9b5c 2024-03-04T20:10:01 call ratio_simplify in ratio_mul and ratio_div, add test operations on ratios
Thomas de Grivel f0401f0c 2024-03-04T14:19:12 license
Thomas de Grivel 5dbe2844 2024-03-04T12:34:55 operations on ratios
Thomas de Grivel 3c8e3c8c 2024-03-04T11:49:26 wip ratio
Baptiste 2906adaa 2024-03-01T18:18:54 replaced useless function
Baptiste 3e5154ff 2024-03-01T18:13:56 replaced integers_clean by ratio_clean
Baptiste 19144f31 2024-03-01T18:04:41 reworked ratio_init_1 and better error handing in ratio_add
Baptiste a7be734e 2024-03-01T14:36:29 first working ratio add with simplify
Thomas de Grivel 1d7cec70 2024-03-01T12:01:11 remove <err.h>, wip ratio
Thomas de Grivel ee56ab46 2024-02-29T17:13:53 wip sqrt
Thomas de Grivel a232c961 2024-02-28T15:55:26 ratio_neg
Baptiste 561c30e4 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