Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
Deg=45.
|
||||
Rad=math:pi()/4.
|
||||
|
||||
math:sin(Deg * math:pi() / 180)==math:sin(Rad).
|
||||
|
|
@ -0,0 +1 @@
|
|||
math:cos(Deg * math:pi() / 180)==math:cos(Rad).
|
||||
|
|
@ -0,0 +1 @@
|
|||
math:tan(Deg * math:pi() / 180)==math:tan(Rad).
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
Temp = math:acos(math:cos(Rad)).
|
||||
Temp * 180 / math:pi()==Deg.
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
Temp = math:atan(math:tan(Rad)).
|
||||
Temp * 180 / math:pi()==Deg.
|
||||
Loading…
Add table
Add a link
Reference in a new issue