Skip to content

Commit

Permalink
Merge pull request #3 from calcit-lang/more-fns
Browse files Browse the repository at this point in the history
some more functions
  • Loading branch information
NoEgAm authored Dec 29, 2022
2 parents 61baa93 + 1801b98 commit 27c8d11
Show file tree
Hide file tree
Showing 6 changed files with 332 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: add cr
run: |
mkdir -p $GITHUB_WORKSPACE/bin
wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.5/cr
wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.17/cr
chmod +x $GITHUB_WORKSPACE/bin/cr
echo "::add-path::$GITHUB_WORKSPACE/bin"
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ Complex math:
- `&c*`
- `&c+`
- `&c-`
- `c-conjutate`
- `c+`
- `c*`
- `c-conjugate`
- `c-length`
- `c-length2`
- `c-scale`

Vector:

Expand Down
Loading

0 comments on commit 27c8d11

Please sign in to comment.