Natural Logarithm: Difference between revisions

Jump to navigation Jump to search
544 bytes added ,  19:27, 22 October 2020
no edit summary
(Created page with ":''This page describes the monadic arithmetic function. For the dyadic logarithm function, see Logarithm.'' {{Built-in|Natural Logarithm|⍟}}, or '''Natural Log''', is a...")
 
No edit summary
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:TreeLog.jpg|thumb|right|A natural log]]
:''This page describes the monadic arithmetic function. For the dyadic logarithm function, see [[Logarithm]].''
:''This page describes the monadic arithmetic function. For the dyadic logarithm function, see [[Logarithm]].''


{{Built-in|Natural Logarithm|⍟}}, or '''Natural Log''', is a [[monadic]] [[scalar function]] which computes the [[wikipedia:natural logarithm|natural logarithm]] of the [[argument]]. Logarithm shares the [[glyph]] <source lang=apl inline>⍟</source> with the dyadic arithmetic function [[Logarithm]].
{{Built-in|Natural Logarithm|⍟}}, or '''Natural Log''', is a [[monadic]] [[scalar function]] which computes the [[wikipedia:natural logarithm|natural logarithm]] of the [[argument]]. Logarithm shares the [[glyph]] <source lang=apl inline>⍟</source> with the dyadic arithmetic function [[Logarithm]]. The [[glyph]], a composition of the glyphs for [[Circular]] (<source lang=apl inline>○</source>) and [[Exponential]] (<source lang=apl inline>*</source>) to indicate its close mathematical ties with these two functions, is a stylised tree log.<ref>[[E. E. McDonnell|McDonnell, E. E.]]. [https://www.jsoftware.com/papers/eem/storyofo.htm Recreational APL: The Story of <source lang=apl inline>○</source>]. [[APL Quote-Quad]], Volume 8, Number 2, 1977-12.</ref>


== Examples ==
== Examples ==
Line 32: Line 33:
=== Documentation ===
=== Documentation ===


* [http://help.dyalog.com/latest/#Language/Primitive%20Functions/Natural%20Logarithm.htm Dyalog]
* [https://help.dyalog.com/latest/#Language/Primitive%20Functions/Natural%20Logarithm.htm Dyalog]
* [http://microapl.com/apl_help/ch_020_020_210.htm APLX]
* [http://microapl.com/apl_help/ch_020_020_210.htm APLX]
* J [https://www.jsoftware.com/help/dictionary/d201.htm Dictionary], [https://code.jsoftware.com/wiki/Vocabulary/hatdot NuVoc]
* J [https://www.jsoftware.com/help/dictionary/d201.htm Dictionary], [https://code.jsoftware.com/wiki/Vocabulary/hatdot NuVoc]
== References ==
<references/>
{{APL built-ins}}[[Category:Primitive functions]][[Category:Scalar monadic functions]]
{{APL built-ins}}[[Category:Primitive functions]][[Category:Scalar monadic functions]]

Navigation menu