Metadata-Version: 2.4
Name: cmlabs
Version: 0.1.1
Summary: A library for computational mathematics labs
Home-page: https://github.com/r0manch1k/cmlabs
Author: Roman Sokolovsky
Author-email: romansokolv209@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.21.0
Requires-Dist: scipy>=1.7.0
Requires-Dist: pytest==8.3.5
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# cmlabs

computational mathematics labs

the actual labs implemented as tests

```sh
make tests
```

if you find any errors in the formulas or code, please feel free to open a [github issue](https://github.com/r0manch1k/cmlabs/issues)
