• Stars
    star
    5
  • Rank 2,771,493 (Top 57 %)
  • Language
    Elixir
  • License
    MIT License
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Elixir library implementing complex numbers and math.

qcomplex

Elixir library implementing complex numbers and math.

The library adds new type of t:complex/0 numbers and basic math operations for them. Complex numbers can also interact with integers and floats. Actually this library expands existing functions, so they can work with complex numbers too. Number operations available:

  • addition
  • subtraction
  • multiplication
  • division
  • exponentiation
  • absolute value
  • trigonometric functions

Installation

qcomplex is available in Hex and can be installed by adding qcomplex to your list of dependencies in mix.exs:

def deps do
  [
    {:complex, "~> 0.1.0", hex: :qcomplex}
  ]
end

The docs can be found at https://hexdocs.pm/qcomplex.

More Repositories

1

disfetch

Yet another *nix distro fetching program, but less complex.
Shell
53
star
2

rot13

This is a collection of ROT13 encoding programms written in different languages. Just for fun.
Assembly
26
star
3

tuatara

Ziggidy *nix system info fetcher. WIP.
Zig
14
star
4

vreri

Random quote fetching console utility.
Elixir
12
star
5

seanchrionna

Random quote fetching console utility.
D
10
star
6

rralle

Random quote fetching console utility.
Erlang
10
star
7

veletlenszeru

Random quote fetching console utility.
Clojure
9
star
8

vim-brainfuck

Brainfuck syntax highlight plugin for vim.
Vim Script
9
star
9

sarnevesht

Random quote fetching console utility.
Nim
9
star
10

past

Random quote fetching console utility.
Factor
8
star
11

audna

Random quote fetching console utility.
Perl
8
star
12

gigagei

Random quote fetching console utility.
Rust
8
star
13

mursa

Random quote fetching console utility.
Red
8
star
14

zhenyan

Random quote fetching console utility.
V
7
star
15

scutiwen

Random quote fetching console utility.
Julia
7
star
16

pipes

Pipes generator written in Go
Go
7
star
17

rational

Elixir library implementing rational numbers and math.
Elixir
7
star
18

brainfuck

Yet another Brainfuck interpreter and dialect. Written in Nim.
Makefile
6
star
19

trans_bot

Elixir
6
star
20

dotfiles

Nothing special. Just my configs, color schemes, binaries, etc.
Haskell
6
star
21

verilog-kata

Verilog HDL and HDL in general basics through code examples.
Verilog
6
star
22

encoder

Tiny text encoder for Android in written in Dart using Flutter SDK.
Dart
6
star
23

quote-kata

Collection of random quote fetching console utilities.
5
star
24

utils

my website with collection of handy utils
Elixir
5
star
25

dusk

A utility, that shows today's visible sunrise and sunset time depending on geographic coordinates.
Rust
5
star
26

svapnamu

Random quote fetching console utility.
Zig
5
star
27

ziggy-avr

AVR toolchain in Zig. Currently works only with ATMega328p MCU.
Zig
5
star
28

q60

5
star
29

fourty-two

Arduino Brainfuck interpreter.
C++
4
star
30

vk-ttl

Script, that allows you to send TTL (temporary) messages in VK, written in R
R
4
star
31

q60.github.io

catgirl programmer uwu dev blog
HTML
4
star
32

mercury-stuff

This is a simple collection of my Mercury programms for learners.
Mercury
4
star
33

bash-bc

Calculating VK bot written in Bash script and based on bc (basic calculator)
Shell
3
star
34

delirium

Artificial neural network text-generator VK bot written in R.
R
3
star
35

termonad.hs

My Termonad configuration.
Haskell
3
star
36

currency-bot

Ruby
3
star
37

.spacemacs

my spacemacs configuration
Emacs Lisp
2
star
38

awesome-yggdrasil

an awesome list of yggdrasil sites
2
star
39

base8

My BASE8 encoding written in Rust
Rust
2
star
40

gochain

Markov chain text generator in Go
Go
2
star
41

uno-esp8266

UNO R3 + ESP8266 weather station
C++
2
star
42

conky-setup

my conky setup
Lua
1
star
43

bmp

Elixir library allowing to interact with bitmap images.
Elixir
1
star
44

attiny

Playing around with ATTiny85.
C++
1
star