Logarithm: Difference between revisions

Jump to navigation Jump to search
254 bytes added ,  08:52, 2 June 2020
no edit summary
(Created page with ":''This page describes the dyadic arithmetic function. For the monadic natural logarithm function, see Natural Logarithm.'' {{Built-in|Logarithm|⍟}}, or '''Log''', is a...")
 
No edit summary
Line 1: Line 1:
:''This page describes the dyadic arithmetic function. For the monadic natural logarithm function, see [[Natural Logarithm]].''
:''This page describes the dyadic arithmetic function. For the monadic natural logarithm function, see [[Natural Logarithm]].''


{{Built-in|Logarithm|⍟}}, or '''Log''', is a [[dyadic]] [[scalar function]] which computes the [[wikipedia:logarithm|logarithm]] of the two [[argument|arguments]]. More precisely, <source lang=apl inline>X⍟Y</source> computes how much [[power]] of X equals Y, i.e. the value of R that satisfies <source lang=apl inline>Y=X*R</source>. Logarithm shares the [[glyph]] <source lang=apl inline>⍟</source> with the monadic arithmetic function [[Natural Logarithm]].
{{Built-in|Logarithm|⍟}}, or '''Log''', is a [[dyadic]] [[scalar function]] which computes the [[wikipedia:logarithm|logarithm]] of the two [[argument|arguments]]. More precisely, <source lang=apl inline>X⍟Y</source> computes how much [[power]] of X equals Y, i.e. the value of R that satisfies <source lang=apl inline>Y=X*R</source>. Logarithm shares the [[glyph]] <source lang=apl inline>⍟</source> with the monadic arithmetic function [[Natural Logarithm]]. The [[glyph]], a composition of the glyphs for [[Circular]] (<source lang=apl inline>○</source>) and [[Power]] (<source lang=apl inline>*</source>), indicating its close mathematical ties with these two functions, while also being a stylised tree log.


== Examples ==
== Examples ==

Navigation menu