Open thinkski opened 1 year ago
Use log(a/b) == log(a) - log(b) to avoid divide by zero.
Thanks for the pull request. Sorry for the delay. I'll try to work on it this weekend.
Use log(a/b) == log(a) - log(b) to avoid divide by zero.