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 missing functions #46

Closed
22 of 50 tasks
asampal opened this issue Dec 7, 2016 · 6 comments
Closed
22 of 50 tasks

Add missing functions #46

asampal opened this issue Dec 7, 2016 · 6 comments

Comments

@asampal
Copy link

asampal commented Dec 7, 2016

Math Functions

  • +
  • -
  • *
  • /
  • log
  • exp
  • sin
  • cos
  • tan
  • asin
  • acos
  • atan
  • atan2
  • sinh
  • cosh
  • tanh
  • asinh
  • acosh
  • atanh
  • floor
  • ceiling
  • abs
  • mod
  • pow
  • random
  • range
  • round
  • gaussian
  • to-fixed
  • pi
  • e
  • ln2
  • ln10
  • log2e
  • log10e
  • sqrt1/2
  • sqrt2
  • sum
  • count
  • average
  • min
  • max

String Functions

  • join
  • split
  • substring
  • convert
  • urlencode
  • length

Misc

  • lookup
  • toggle
@cmontella
Copy link
Contributor

I think yes, we'll keep this issue open continuously to track the outstanding functions waiting to be documented, and each one should be its own PR. That way we can merge them in as they're completed.

@cmontella
Copy link
Contributor

Just put together a list of functions that are not documented.

Also there's one function that's documented but not implemented (fix[])

This was referenced Dec 7, 2016
@cmontella
Copy link
Contributor

Removed your comment at the top, so no one is confused coming in. Reprinted here for posterity:

I'd like to add functions that I've seen implemented, but are not documented yet. Since this would likely be an ongoing thing, should this issue remain open even if a PR referencing it is accepted? Comments could add the new functions as they're implemented? Or, should this issue cover what's missing currently and new, similarly named issues be created for other missing functions?

@shamrin
Copy link
Contributor

shamrin commented Dec 7, 2016

join also seems to be not implemented, at least on play.witheve.com:

join-eve

@cmontella
Copy link
Contributor

cmontella commented Dec 7, 2016

@shamrin play.witheve lags behind master, as we have to update it manually at this point. join[] is up on master though.

@cmontella
Copy link
Contributor

closing this. All functions in v0.3 are currently documented.

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

3 participants