playground/apl/trigonometry.apl

26 lines
269 B
APL
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

⍝ https://aplwiki.com/wiki/Circular
⍝ <operation> ○ <argument>
⍝ sin 0.5
1 0.5
⍝ sin 1.0
1 1.0
⍝ sin 0.0
1 0
⍝ pi π
⍝ https://aplwiki.com/wiki/Pi_Times
⍝ 1 times pi
1
⍝ 2 times pi
2
⍝ sin 30deg
⍝ 1 ○ (○1 ×
)OFF