- :floating
- :complex
sin
calculate the sine of given angle
Parameters
sin angle :integer :floating :complex :quantity
Returns
Examples
copyprint sin 0 ; 0.0 print sin 0.3 ; 0.2955202066613395 print sin 1.0 ; 0.8414709848078965
copysin to :complex [1 1] ; => 0.4983370305551868-0.5910838417210451i