Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
25
Task/Trigonometric-functions/BQN/trigonometric-functions.bqn
Normal file
25
Task/Trigonometric-functions/BQN/trigonometric-functions.bqn
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
⟨sin, cos, tan⟩ ← •math
|
||||
Sin 0
|
||||
0
|
||||
Sin π÷2
|
||||
1
|
||||
Cos 0
|
||||
1
|
||||
Cos π÷2
|
||||
6.123233995736766e¯17
|
||||
Tan 0
|
||||
0
|
||||
Tan π÷2
|
||||
16331239353195370
|
||||
Sin⁼ 0
|
||||
0
|
||||
Sin⁼ 1
|
||||
1.5707963267948966
|
||||
Cos⁼ 1
|
||||
0
|
||||
Cos⁼ 0
|
||||
1.5707963267948966
|
||||
Tan⁼ 0
|
||||
0
|
||||
Tan⁼ ∞
|
||||
1.5707963267948966
|
||||
Loading…
Add table
Add a link
Reference in a new issue