Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for all supported functions #220

Open
29 tasks
gagern opened this issue Feb 6, 2016 · 0 comments
Open
29 tasks

Add documentation for all supported functions #220

gagern opened this issue Feb 6, 2016 · 0 comments

Comments

@gagern
Copy link
Member

gagern commented Feb 6, 2016

Unless an implemented function is deliberately unsupported, it should be documented. This probably isn't the case yet.

  • autodiff$3
  • compileToWebGL$1
  • currentlanguage$0
  • drawconic$1
  • drawpolygon$1
  • dump$1
  • eig$1
  • errc$1
  • fillpolygon$1
  • generateWebGL$2
  • grey$1
  • international$1
  • international$2
  • kernel$1
  • keycode$0
  • matrixrowcolumn$1
  • para$2
  • perp$1
  • perp$2
  • plotX$1
  • randominteger$1
  • rank$1
  • setsimulationaccuracy$1
  • setsimulationquality$1
  • setsimulationspeed$1
  • setTimeout$2
  • timestamp$0
  • use$1
  • version$0

This list was originally generated automatically using the command

diff -u <(grep ^# ref/*.md | grep -Eo '`([a-zA-Z0-9]+)\([^)`]*\)`' | tr -d \` | perl -pe 's!\(.*\)!$a=$&;"\$".($a eq "()"?0:1+($a=~tr/,//))!e' | sort) <(node -e 'Object.keys(require("rewire")("./build/js/exposed.js").__get__("evaluator")).filter(n=>/\$/.test(n)).forEach(n=>console.log(n))' | sort) | tail -n+3 | grep '^+' | sed 's/^./* [ ] /'

It is the counterpart to #219.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant