Skip to content

Instantly share code, notes, and snippets.

View AlainMatthes's full-sized avatar

Alter Mundus AlainMatthes

View GitHub Profile
@MihailJP
MihailJP / complex.lua
Created August 28, 2012 16:41
Complex numbers for Lua
--[[
--
-- *** Complex numbers for Lua ***
--
--]]
-- Module "cmath" ... mathematic functions for complex numbers
module("cmath", package.seeall)