cgmath icon indicating copy to clipboard operation
cgmath copied to clipboard

Fix bisect function to calculate average correctly

Open angeld23 opened this issue 3 months ago • 0 comments

e.g. Deg(5.0).bisect(Deg(10.0)) gives you Deg(2.5) instead of the expected Deg(7.5)

angeld23 avatar Sep 30 '25 17:09 angeld23