diff options
author | Thanos Apollo <[email protected]> | 2024-03-01 23:29:12 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-01 23:29:12 +0200 |
commit | 1d2abb3c16f7d07d4b76ca662088eed7e4433a54 (patch) | |
tree | 95dad369cc0700d1b2a472456e17af4af3d277a6 /gnosis.el | |
parent | 1236d1e55e31d1414991cd3542c9a396ba086d72 (diff) |
Remove gnosis-review-round
Deprecated
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -980,13 +980,6 @@ Returns a list of the form ((yyyy mm dd) (ef-increase ef-decrease ef-total))." (let ((last-rev (gnosis-get 'last-rev 'review-log `(= id ,id)))) (gnosis-algorithm-date-diff last-rev))) -(defun gnosis-review-round (num) - "Round NUM to 2 decimals. - -This function is used to round floating point numbers to 2 decimals, -such as the easiness factor (ef)." - (/ (round (* num 100.00)) 100.00)) - (defun gnosis-review--update (id success) "Update review-log for note with value of id ID. |