Skip to content
shtolfensie edited this page Feb 28, 2021 · 4 revisions

Technologies

Language: golang

Testing: https://golang.org/pkg/testing/

Docs: https://pkg.go.dev/golang.org/x/tools/cmd/godoc

UI: https://github.com/gotk3/gotk3

Git flow

Main is protected, everyone must use their own branch and send a pull request.

Input equation grammar

Basic operations

+
-
*
/
%
x^n

Advanced functions (with alternative syntax)

root(x,n) |   n√x
abs(n)    |   |n|
fac(n)    |   n!
Clone this wiki locally