Added CHANGELOG, improved other docs

This commit is contained in:
Waldir Leoncio 2019-12-16 18:42:50 +01:00
parent 1cb703c2d3
commit 680739bccc
3 changed files with 14 additions and 1 deletions

View file

@ -1,4 +1,5 @@
#' @title Own number to string
#' @description Converts numbers to strings
#' @param number number
#' @note On Matlab, if number is NaN the output is 'NaN'. Here, the output will be an error. Also, the function belo expects "number" to have length one, whereas Matlab accepts vectors.
#' @export