Skip to content

Commit b2e7830

Browse files
authored
Update README.md
1 parent de903a8 commit b2e7830

1 file changed

Lines changed: 22 additions & 5 deletions

File tree

README.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
1-
# imeth
2-
3-
**I + METH** – Because I'm high on math equations like a guy high on meth.
4-
5-
A lightweight C++ math library for exploring computational mathematics while testing the limits of the author's C++ skills (and sanity).
1+
<div align="center">
2+
<h1>imeth</h1>
3+
<div>
4+
<a href="https://github.com/lordpaijo/imeth.cpp/actions/workflows/cmake-multi-platform.yml">
5+
<img src="https://img.shields.io/github/actions/workflow/status/lordpaijo/imeth.cpp/cmake-multi-platform.yml?branch=main&style=flat-square&logo=windows&label=windows" alt="windows-ci" />
6+
</a>
7+
<a href="https://github.com/lordpaijo/imeth.cpp/actions/workflows/cmake-multi-platform.yml">
8+
<img src="https://img.shields.io/github/actions/workflow/status/lordpaijo/imeth.cpp/cmake-multi-platform.yml?branch=main&style=flat-square&logo=linux&label=linux" alt="linux-ci" />
9+
</a>
10+
<a href="https://github.com/lordpaijo/imeth.cpp/actions/workflows/cmake-multi-platform.yml">
11+
<img src="https://img.shields.io/github/actions/workflow/status/lordpaijo/imeth.cpp/cmake-multi-platform.yml?branch=main&style=flat-square&logo=apple&label=macOS" alt="macos-ci" />
12+
</a>
13+
<a href="https://github.com/lordpaijo/imeth.cpp/releases">
14+
<img src="https://img.shields.io/github/release/lordpaijo/imeth.cpp.svg?style=flat-square" alt="Github All Releases" />
15+
</a>
16+
</div>
17+
18+
19+
<b>A lightweight C++ math library for exploring computational mathematics while testing the limits of the author's C++ skills (and sanity).</b><br/>
20+
<i>**I + METH** – Because I'm high on math equations like a guy high on meth.</i><br/>
21+
22+
</div>
623

724
## Features
825

0 commit comments

Comments
 (0)