<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.secondlife.com/w/index.php?action=history&amp;feed=atom&amp;title=LlLog10%2Ffr</id>
	<title>LlLog10/fr - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.secondlife.com/w/index.php?action=history&amp;feed=atom&amp;title=LlLog10%2Ffr"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=LlLog10/fr&amp;action=history"/>
	<updated>2026-06-26T22:46:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=LlLog10/fr&amp;diff=54099&amp;oldid=prev</id>
		<title>Gally Young: Localized to french</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=LlLog10/fr&amp;diff=54099&amp;oldid=prev"/>
		<updated>2008-02-14T18:39:41Z</updated>

		<summary type="html">&lt;p&gt;Localized to french&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{LSL_Function/fr&lt;br /&gt;
|func_id=264|func_sleep=0.0|func_energy=10.0&lt;br /&gt;
|func=llLog10|return_type=float|p1_type=float|p1_name=val&lt;br /&gt;
|func_footnote=Pour le {{Wikipedia|Natural_logarithm|logarithme standard}} utilisez [[llLog/fr|llLog]].&amp;lt;br&amp;gt;llLog10 ne devrait être utilisé que dans les cas ou des logarithmes de base 10 sont nécessaires, toutes les autres applications devraient utiliser [[llLog/fr|llLog]].&lt;br /&gt;
|func_desc&lt;br /&gt;
|return_text=correspond au {{Wikipedia|Logarithm|logarithme}} de base 10 de &amp;#039;&amp;#039;&amp;#039;val&amp;#039;&amp;#039;&amp;#039;.&amp;lt;br/&amp;gt;Si &amp;#039;&amp;#039;&amp;#039;val&amp;#039;&amp;#039;&amp;#039; &amp;lt;= 0, la fonction renvoie 0.&lt;br /&gt;
|spec&lt;br /&gt;
|caveats=&lt;br /&gt;
|constants&lt;br /&gt;
|examples=&amp;lt;lsl&amp;gt;default&lt;br /&gt;
{&lt;br /&gt;
  state_entry()&lt;br /&gt;
  {&lt;br /&gt;
    float num1 = llFrand(100.0);&lt;br /&gt;
&lt;br /&gt;
    llOwnerSay(&amp;quot;Le logarithme de base 10 de &amp;quot; + (string)num1 + &amp;quot; est &amp;quot; + (string)llLog10(num1));&lt;br /&gt;
  }&lt;br /&gt;
}&amp;lt;/lsl&amp;gt;&lt;br /&gt;
|helpers&lt;br /&gt;
|also_functions={{LSL DefineRow||[[llLog/fr|llLog]]|Renvoie le logarithme}}&lt;br /&gt;
{{LSL DefineRow||[[llPow/fr|llPow]]|Renvoie la puissance}}&lt;br /&gt;
{{LSL DefineRow||[[llSqrt/fr|llSqrt]]|renvoie la racine carrée}}&lt;br /&gt;
|also_events&lt;br /&gt;
|also_tests&lt;br /&gt;
|also_articles={{LSL DefineRow||{{Wikipedia|Logarithm}}|Article wikipedia sur le logarithme}}&lt;br /&gt;
|notes=Il n’y a que deux fonctions sur les logarithmes : [[llLog/fr|llLog]] et [[llLog10/fr|llLog10]]. Les erreurs introduites par la manipulation de float est plus visible avec les logarithmes. [[llLog/fr|llLog]] doit être utilisé au lieu de [[llLog10/fr|llLog10]] lors des conversions de bases de logarithmes.&lt;br /&gt;
&amp;lt;lsl&amp;gt;float LogBaseN = llLog(value) / llLog(Base); //Cette technique génère des erreurs, mais c’est la seule façon de procéder.&amp;lt;/lsl&amp;gt;&lt;br /&gt;
|permission&lt;br /&gt;
|negative_index&lt;br /&gt;
|sort=Log10&lt;br /&gt;
|cat1=Math/fr&lt;br /&gt;
|cat2&lt;br /&gt;
|cat3&lt;br /&gt;
|cat4&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Gally Young</name></author>
	</entry>
</feed>