Comparison with traditional mathematics: Difference between revisions

Jump to navigation Jump to search
(+.×)
Line 108: Line 108:
! style="width:33%" | Traditional notation !! style="width:33%" | APL !! Article
! style="width:33%" | Traditional notation !! style="width:33%" | APL !! Article
|-
|-
| <math>f^n(x)</math>            || <source lang="apl" inline>(f⍣a) x</source>          || [[Power operator]]
| <math>f^n(x)</math>            || <source lang="apl" inline>(f⍣n) x</source>          || [[Power operator]]
|-
|-
| <math>\sin^n(x)</math>          || <source lang="apl" inline>(1○x)*n</source>          || [[Circle function]]
| <math>\sin^n(x)</math>          || <source lang="apl" inline>(1○x)*n</source>          || [[Circle function]]

Navigation menu