Skip to content

Commit

Permalink
Add more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeRoggenbuck committed Sep 6, 2024
1 parent e72b397 commit 464007f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ Note that the symbol `>` is used in code example to show that these expressions

- `int` converts types into NumericIntLiteral if possible
- `dec` converts types into NumericDecLiteral if possible
- `bool` converts types into BoolLiteral if possible

## Constants
- `e` Euler's number
- `pi` Pi
- `C` Speed of light in m/s
- `true` Boolean true
- `false` Boolean false

## Built-in Functions
- `sqrt` Square root
Expand All @@ -33,6 +36,8 @@ Note that the symbol `>` is used in code example to show that these expressions
- `*` multiplication
- `/` division
- `^` exponentiation
- `!` logical not
- `?` conditional assignment

## Basic Math Operations
Add two numbers together.
Expand Down

0 comments on commit 464007f

Please sign in to comment.