.\" -*- coding: UTF-8 -*-
'\" t
.\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
.\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk
.\"     <mtk.manpages@gmail.com>
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.\" References consulted:
.\"     Linux libc source code
.\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\"     386BSD man pages
.\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
.\" Modified 1995-08-14 by Arnt Gulbrandsen <agulbra@troll.no>
.\" Modified 2002-07-27 by Walter Harms
.\" 	(walter.harms@informatik.uni-oldenburg.de)
.\"
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH log10 3 "5. Februar 2023" "Linux man\-pages 6.03" 
.SH BEZEICHNUNG
log10, log10f, log10l \- Logarithmusfunktion zur Basis 10
.SH BIBLIOTHEK
Mathematik\-Bibliothek (\fIlibm\fP, \fI\-lm\fP)
.SH ÜBERSICHT
.nf
\fB#include <math.h>\fP
.PP
\fBdouble log10(double \fP\fIx\fP\fB);\fP
\fBfloat log10f(float \fP\fIx\fP\fB);\fP
\fBlong double log10l(long double \fP\fIx\fP\fB);\fP
.fi
.PP
.RS -4
Mit Glibc erforderliche Feature\-Test\-Makros (siehe
\fBfeature_test_macros\fP(7)):
.RE
.PP
\fBlog10f\fP(), \fBlog10l\fP():
.nf
    _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L
        || /* Seit Glibc 2.19: */ _DEFAULT_SOURCE
        || /* Glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE
.fi
.SH BESCHREIBUNG
Diese Funktionen liefern den Logarithmus von \fIx\fP zur Basis 10 zurück.
.SH RÜCKGABEWERT
Im Erfolgsfall liefern diese Funktionen den Logarithmus von \fIx\fP zur Basis
10 zurück.
.PP
Für besondere Fälle, einschließlich wenn \fIx\fP 0, 1, negativ, unendlich oder
keine Zahl ist, siehe \fBlog\fP(3).
.SH FEHLER
In \fBmath_error\fP(7) erfahren Sie, wie Sie Fehler bei der Ausführung dieser
Funktionen erkennen.
.PP
Für eine Diskussion der Fehler, die für diese Funktionen auftreten können,
siehe \fBlog\fP(3).
.SH ATTRIBUTE
Siehe \fBattributes\fP(7) für eine Erläuterung der in diesem Abschnitt
verwandten Ausdrücke.
.ad l
.nh
.TS
allbox;
lbx lb lb
l l l.
Schnittstelle	Attribut	Wert
T{
\fBlog10\fP(),
\fBlog10f\fP(),
\fBlog10l\fP()
T}	Multithread\-Fähigkeit	MT\-Safe
.TE
.hy
.ad
.sp 1
.SH STANDARDS
C99, POSIX.1\-2001, POSIX.1\-2008.
.PP
Die Variante, die \fIdouble\fP zurückgibt, ist außerdem konform zu SVr4,
4.3BSD.
.SH "SIEHE AUCH"
\fBcbrt\fP(3), \fBclog10\fP(3), \fBexp10\fP(3), \fBlog\fP(3), \fBlog2\fP(3), \fBsqrt\fP(3)
.PP
.SH ÜBERSETZUNG
Die deutsche Übersetzung dieser Handbuchseite wurde von
Helge Kreutzmann <debian@helgefjell.de>
erstellt.
.PP
Diese Übersetzung ist Freie Dokumentation; lesen Sie die
.UR https://www.gnu.org/licenses/gpl-3.0.html
GNU General Public License Version 3
.UE
oder neuer bezüglich der
Copyright-Bedingungen. Es wird KEINE HAFTUNG übernommen.
.PP
Wenn Sie Fehler in der Übersetzung dieser Handbuchseite finden,
schicken Sie bitte eine E-Mail an die
.MT debian-l10n-german@lists.debian.org
Mailingliste der Übersetzer
.ME .