Exponential: Difference between revisions

Jump to navigation Jump to search
107 bytes added ,  02:13, 28 May 2022
(Created page with ":''This page describes the monadic arithmetic function. For the dyadic function, see Power (function).'' {{Built-in|Exponential|*}} is a monadic scalar function w...")
 
(3 intermediate revisions by 2 users not shown)
Line 24: Line 24:


<source lang=apl>
<source lang=apl>
       ((*1)∘* ≡ *) *0 1 ¯1 0J1
       ((*1)∘* ≡ *) 0 1 ¯1 0J1
1
1
</source>{{Works in|[[Dyalog APL]]}}
</source>{{Works in|[[Dyalog APL]]}}
Line 37: Line 37:
</source>{{Works in|[[Dyalog APL]]}}
</source>{{Works in|[[Dyalog APL]]}}


== See also ==
* [[Circular]]
== External links ==
== External links ==


=== Documentation ===
=== Documentation ===


* [http://help.dyalog.com/latest/#Language/Primitive%20Functions/Exponential.htm Dyalog]
* [https://help.dyalog.com/latest/#Language/Primitive%20Functions/Exponential.htm Dyalog]
* [http://microapl.com/apl_help/ch_020_020_190.htm APLX]
* [http://microapl.com/apl_help/ch_020_020_190.htm APLX]
* J [https://www.jsoftware.com/help/dictionary/d200.htm Dictionary], [https://code.jsoftware.com/wiki/Vocabulary/hat NuVoc]
* J [https://www.jsoftware.com/help/dictionary/d200.htm Dictionary], [https://code.jsoftware.com/wiki/Vocabulary/hat NuVoc]
* [https://mlochbaum.github.io/BQN/doc/arithmetic.html#basic-arithmetic BQN]
{{APL built-ins}}[[Category:Primitive functions]][[Category:Scalar monadic functions]]
{{APL built-ins}}[[Category:Primitive functions]][[Category:Scalar monadic functions]]

Navigation menu