summaryrefslogtreecommitdiff
path: root/chickadee/math.scm
Commit message (Expand)AuthorAgeFilesLines
* math: Remove unnecessary pi digits and add precomputed pi/2.David Thompson2021-08-121-2/+2
* math: Rename 2pi to tau.David Thompson2021-08-121-2/+2
* math: Delete square procedure.David Thompson2020-10-111-4/+0
* math: Add 2pi variable.David Thompson2020-04-081-0/+2
* math: Add degrees->radians and radians->degrees procedures.David Thompson2020-04-071-1/+9
* math: Add cotangent function.David Thompson2017-09-131-0/+5
* math: Add lerp procedure.David Thompson2017-04-271-1/+6
* math: Add pi constant.David Thompson2017-04-251-1/+6
* math: Inline operations for performance improvements.David Thompson2017-01-101-2/+28
* First commit!David Thompson2017-01-041-0/+26