com.github.sebhoss.finj.common.clj Maven / Gradle / Ivy
; This program is free software. It comes without any warranty, to the extent permitted by applicable law.
; You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public
; License, Version 2, as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.
(ns com.github.sebhoss.finj.common
(:require [com.github.sebhoss.def :refer :all]))
(defnk rate [:rate-per-cent]
(/ rate-per-cent 100))
(defnk accumulation-factor [:rate]
(inc rate))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy