Added more files

This commit is contained in:
Lexi / Zoe 2018-11-01 01:25:33 +01:00
parent 132ec13712
commit 497cf36f95
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
9 changed files with 73 additions and 0 deletions

13
.bcrc Normal file
View file

@ -0,0 +1,13 @@
scale=6
pi=4*a(1)
define sin(x) { return s(x) }
define cos(x) { return c(x) }
define sin_grad(x) { return s(x * pi/180) }
define cos_grad(x) { return c(x * pi/180) }
define ln(x) { return l(x) }
define log2(x) { return l(x)/l(2) }