Skip to content

Commit

Permalink
add class APIs; tag 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Oct 17, 2023
1 parent 539a7e8 commit 268d282
Show file tree
Hide file tree
Showing 6 changed files with 507 additions and 129 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.8/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.9/cr'
name: 'cr'
version: '0.8.8'
version: '0.8.9'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.8/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.9/caps'
name: 'caps'
version: '0.8.8'
version: '0.8.9'

- name: "test"
run: caps --ci && mode=ci cr -1
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ Representation:
- geometric algebra 3D: `:: :ga3 s x y z xy yz zx xyz`
- vector 3D: `:: :v3 x y z`

Call `geometric.core/ga3 s x y z xy yz zx xyz` to construct a value.

Values:

- `ga3:identity` - `:: :ga3 1 0 0 0 0 0 0`
- `ga3:identity` - `:: :ga3 1 0 0 0 0 0 0 0`
- `ga3:zero` - `:: :ga3 0 0 0 0 0 0 0 0`

Functions:
Expand Down
Loading

0 comments on commit 268d282

Please sign in to comment.