Comparison with traditional mathematics: Difference between revisions

Jump to navigation Jump to search
m
fixed typo; improved typesetting of mod
m (Essays category)
m (fixed typo; improved typesetting of mod)
Line 95: Line 95:
| <math>\tbinom{n}{k}</math> || <source lang="apl" inline>k!n</source>    || [[Binomial]]
| <math>\tbinom{n}{k}</math> || <source lang="apl" inline>k!n</source>    || [[Binomial]]
|-
|-
| <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]]
Line 153: Line 153:
| <math>\log_a{b}</math>          || <source lang="apl" inline>a⍟b</source>              || [[Logarithm]]
| <math>\log_a{b}</math>          || <source lang="apl" inline>a⍟b</source>              || [[Logarithm]]
|-
|-
| <math>a \mod b</math>          || <source lang="apl" inline>b|a</source>              || [[Modulus]]
| <math>a \bmod b</math>          || <source lang="apl" inline>b|a</source>              || [[Modulus]]
|-
|-
| <math>\left\{
| <math>\left\{

Navigation menu