Added more files
This commit is contained in:
parent
132ec13712
commit
497cf36f95
9 changed files with 73 additions and 0 deletions
13
.bcrc
Normal file
13
.bcrc
Normal 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) }
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue