<div dir="ltr">I used a workaround that probably is more flexible since I have several variables that need the logarithm<div><br><div>steps := 100.</div><div>xLog := 0.02 log: steps.<br></div><div>yLog := 1.894 log: steps</div><div>1 to: steps do:[:i|    <br></div><div>          x := i raisedTo: xLog.</div><div>          y := i raisedTo: yLog.</div><div>          ]</div><div><br></div><div>Best,</div><div>Karl</div><div><br></div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Feb 3, 2019 at 5:10 PM Nicolas Cellier <<a href="mailto:nicolas.cellier.aka.nice@gmail.com">nicolas.cellier.aka.nice@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Yes,<div dir="auto">But i don't remember if published somewhere... I'll check this evening or tomorrow </div></div><br><div class="gmail_quote"><div dir="ltr">Le dim. 3 févr. 2019 à 16:43, karl ramberg <<a href="mailto:karlramberg@gmail.com" target="_blank">karlramberg@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi,</div><div>Does anybody know of a logarithmic interval implementation in Squeak where the steps in the interval go by logarithmic scale instead of linear ?</div><div><br></div><div>Best,</div><div>Karl</div><div><br></div></div>
<br>
</blockquote></div>
<br>
</blockquote></div>