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

https://github.com/semyon422/luajit-complex

Arithmetic for complex numbers (moved https://github.com/semyon422/aqua)
https://github.com/semyon422/luajit-complex

complex ffi lua luajit math

Last synced: 3 months ago
JSON representation

Arithmetic for complex numbers (moved https://github.com/semyon422/aqua)

Awesome Lists containing this project

README

          

# luajit-complex
Arithmetic for complex numbers
```
local cmath = require("cmath")
assert(1i ^ 1i == math.exp(-pi / 2))
```