Short projects: Difference between revisions

282 bytes added ,  27 March 2018
Included some functions very easy to implement ("gift bug")
(→‎Code submitted, requires changeset & verification: removed humps, replaced with small pkg fix)
(Included some functions very easy to implement ("gift bug"))
Line 25: Line 25:
* openfig/savefig functions
* openfig/savefig functions
** These should be particularly easy additions as they are really just a wrapper on top of hgload/hgsave.
** These should be particularly easy additions as they are really just a wrapper on top of hgload/hgsave.
=== Missing functions that are very easy to implement ===
Some projects have "gift bugs". They are easy to implement bugs intended to a newcomer to solve and get familiar with the code and the project. Here is the list:
* angl2str
* deg2rad
* dist2d
* dist2str
* rad2deg
* vecnorm


== Function Compatibility ==
== Function Compatibility ==