Skip to content

v0.20.0: Add midpoints, which was deprecated in Base. (#345)

Compare
Choose a tag to compare
@andreasnoack andreasnoack released this 13 Feb 09:46
· 282 commits to master since this release
* Add midpoints, which was deprecated in Base.

Currently not exported, to avoid symbol conflict.

* Add a methodless midpoints function for the definitions below.

* Changes suggested by @nalimilan.

Import midpoints for pre-v0.7, otherwise use unqualified symbol.

* Use more precise version

* Dividing by 2, to avoid accidental promotion.

Suggestion by @andreasnoack.