|
|
logaritmus v perlu
|
6.11.2008 13:57
Martin
|
Chci zlogaritmovat cislo ale logartimuje mi to "spatne", teda asi dobre ale na tak jak ja chci.
Priklad:
10 * log(10) je 10 resp. 10 * 1
ale kdyz napisu
$num = 10;
$priklad = 10 * log(10);
print $priklad me vytiskne 23.0258509299405
zkousle jsem to i ruzne do zavorek, ale treba jsem netrefil spravnou kombinaci.. nebo jak mam zlogaritmovat cislo? |
|
|
Re: logaritmus v perlu
|
6.11.2008 14:12
Hynek (Pichi) Vychodil
|
$ perldoc -f log
log EXPR
log Returns the natural logarithm (base e) of EXPR. If EXPR is omitted, returns
log of $_. To get the log of another base, use basic algebra: The base-N log
of a number is equal to the natural log of that number divided by the natural
log of N. For example:
sub log10 {
my $n = shift;
return log($n)/log(10);
}
See also "exp" for the inverse operation.
|
|
|
Re: logaritmus v perlu
|
6.11.2008 14:15
Martin
|
to jsem si nasel ale nepochopil jsem to :(
co je shift? |
|
|
Re: logaritmus v perlu
|
6.11.2008 14:17
Martin
|
JSEM BLBEC..
uz to mam.. |
|
|
|
|
KOMENTARZE
|
Tylko zarejestrowani użytkownicy mogą dopisywać komentarze.
|
|
Szukanie oprogramowania
|
©Pavel Kysilka - 2003-2024 |
maillinuxsoft.cz | Design:
www.megadesign.cz
|