added matrix + vector functions

This commit is contained in:
2024-06-25 01:15:17 +02:00
commit dac6d1dc53
8 changed files with 1112 additions and 0 deletions

14
typst.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "math-tools"
version = "0.0.1"
compiler = "0.11.0"
repository = "https://git.kb28.ch/HEL/math-tools"
entrypoint = "src/lib.typ"
authors = [
"Louis Heredero <https://git.kb28.ch/HEL>"
]
categories = [ "scripting" ]
license = "Apache-2.0"
description = "A collection of useful mathematical tools"
keywords = [ "maths" ]
exclude = [ "/gallery/*" ]