# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #83930]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=83930 >


<colomon> zenog: -1 * log(1 - $u, $E) can be just -ln(1 - $u)
<zenog> rakudo: say ln(1)
<p6eval> rakudo 86bf4c: OUTPUT«Could not find sub &ln [...]
<jnthn> There's enough here to cancel flights and stuff.
<zenog> colomon: ln is not there, need to use log(x, e) then
<colomon> zenog: oh!  That's an odd inconsistency.  colomon--
<colomon> rakudo: say 1.ln
<p6eval> rakudo 86bf4c: OUTPUT«0␤»
<colomon> rakudo: say -4.ln
<p6eval> rakudo 86bf4c: OUTPUT«-1.38629436111989␤»
* masak sub* colomon tries to remember if he had a reason for leaving
out the sub form of ln, or if it is just an oversight.mits rakudobug

Reply via email to