calc_rational

CLI calculator for rational numbers.
git clone https://git.philomathiclife.com/repos/calc_rational
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2024-09-07 00:02update deps. address lints. fix compilation with certain featuresZack Newman7+402-336
2024-03-27 19:48add lintsZack Newman3+20-4
2024-02-07 16:55version 1.0.0Zack Newman5+59-71
2023-11-08 22:51update priv_sep dep. remove priv_sep dep on non-openbsdZack Newman1+5-3
2023-10-25 18:37new priv_sepZack Newman3+7-5
2023-10-22 22:39minor doc fixes. deps update. minor clippy fixes.Zack Newman3+15-294
2023-09-17 17:05update priv_sepZack Newman1+1-1
2023-09-17 16:08update priv_sepZack Newman2+3-3
2023-09-13 17:58remove unused importZack Newman1+0-2
2023-09-13 17:56update priv_sepZack Newman3+12-11
2023-08-29 00:09small edits to docs. update deps.Zack Newman6+29-22
2023-07-26 04:30update priv_sep depZack Newman3+21-15
2023-07-26 00:49integrate priv_sep for OpenBSDZack Newman6+125-47
2023-05-02 18:38doc sqrt is only defined when solution is a rationalZack Newman4+7-3
2023-05-02 18:30more doc fixesZack Newman4+6-6
2023-05-02 18:19forgot to add rnd as a term in langZack Newman1+1-1
2023-05-02 18:13fix comments dealing with mod as lower precedence than addZack Newman2+5-5
2023-05-01 23:03add sqrt. add mod.Zack Newman7+460-190
2023-04-25 01:27add rand. add evaluator iterator.Zack Newman6+1046-326
2023-04-18 23:05refactor. make empty expression display decimal form. dont store results automatically.Zack Newman6+2196-763
2023-04-16 02:07ignore tabs and allow CRLF for newlinesZack Newman5+148-85
2023-04-14 22:31updated versionZack Newman1+1-1
2023-04-14 22:29slight improvement in readmeZack Newman2+5-2
2023-04-14 18:09removed lang.pdf from being tracked. improved readmeZack Newman5+149-12
2023-04-14 04:34initZack Newman10+1969-0