An open API service indexing awesome lists of open source software.

https://github.com/xor-bits/yafc


https://github.com/xor-bits/yafc

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# yafc

Yet Another F***ing Calculator

a simple WIP computer algebra system

[![dependency status](https://deps.rs/repo/github/Overpeek/yafc/status.svg)](https://deps.rs/repo/github/Overpeek/yafc)
[![build status](https://github.com/Overpeek/yafc/actions/workflows/rust.yml/badge.svg)](https://github.com/Overpeek/yafc/actions)

Nightly required:
```bash
rustup override set nightly
```

Examples:

```bash
in: -2^3^2
out[0]: -512
in: y*x*2 + x + x*2 + 3
out[1]: (y * 2 + 3) * x + 3
```