Skip to content

Commit

Permalink
add simple CASE info
Browse files Browse the repository at this point in the history
Closes #76
  • Loading branch information
muescha authored and rubysolo committed Apr 4, 2016
1 parent 4b8161a commit 4c16b5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,12 @@ Logic: `<`, `>`, `<=`, `>=`, `<>`, `!=`, `=`, `AND`, `OR`

Functions: `IF`, `NOT`, `MIN`, `MAX`, `ROUND`, `ROUNDDOWN`, `ROUNDUP`

Selections: `CASE` (syntax see [spec](https://github.com/rubysolo/dentaku/blob/master/spec/calculator_spec.rb#L292))

Math: all functions from Ruby's Math module, including `SIN`, `COS`, `TAN`, etc.

String: `LEFT`, `RIGHT`, `MID`, `LEN`, `FIND`, `SUBSTITUTE`, `CONCAT`


RESOLVING DEPENDENCIES
----------------------

Expand Down

0 comments on commit 4c16b5e

Please sign in to comment.