mymatrix 0.3.0

My simple matrix library that can perform fraction operations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.pyinrs]
version = "1"
[dev-dependencies.rstest]
version = "0.18.2"

[package]
authors = ["Qingyu Chen <chen_qingyu@qq.com>"]
description = "My simple matrix library that can perform fraction operations."
edition = "2021"
homepage = "https://github.com/chen-qingyu/mymatrix"
keywords = ["matrix", "fraction"]
license = "GPL-3.0-or-later"
name = "mymatrix"
readme = "readme.md"
version = "0.3.0"