Power (function): Difference between revisions

Jump to navigation Jump to search
122 bytes added ,  14:23, 14 July 2020
m
Text replacement - "http://help.dyalog.com" to "https://help.dyalog.com"
(General editing)
m (Text replacement - "http://help.dyalog.com" to "https://help.dyalog.com")
(One intermediate revision by the same user not shown)
Line 41: Line 41:
       9*÷2
       9*÷2
3
3
</source>
Power has two inverses, [[Root]] and [[Logarithm]]:
<source lang=apl>
      2*3
8
      2⍟8
3
      3√8
2
</source>
</source>


Line 47: Line 57:
=== Documentation ===
=== Documentation ===


* [http://help.dyalog.com/latest/#Language/Primitive%20Functions/Power.htm Dyalog]
* [https://help.dyalog.com/latest/#Language/Primitive%20Functions/Power.htm Dyalog]
* [http://microapl.com/apl_help/ch_020_020_200.htm APLX]
* [http://microapl.com/apl_help/ch_020_020_200.htm APLX]
* J [https://www.jsoftware.com/help/dictionary/d200.htm Dictionary], [https://code.jsoftware.com/wiki/Vocabulary/hat#dyadic NuVoc]
* J [https://www.jsoftware.com/help/dictionary/d200.htm Dictionary], [https://code.jsoftware.com/wiki/Vocabulary/hat#dyadic NuVoc]
{{APL built-ins}}[[Category:Primitive functions]][[Category:Scalar dyadic functions]]
{{APL built-ins}}[[Category:Primitive functions]][[Category:Scalar dyadic functions]]

Navigation menu