\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\usepackage{amsmath,amssymb}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$ / 1, $f'(x)$ / 1, $f(x)$ / 2}
{$-\infty$, $-38.044$, $+\infty$}
\tkzTabLine{, -, z, +,}
\tkzTabVar{+/$+\infty$, -/$0.004$, +/$+\infty$}
\end{tikzpicture}
\end{document}
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$/1, $f'(x)$/1} {$-\infty$, $-38.044$, $+\infty$}
\tkzTabLine{, -, z, +,}
\end{tikzpicture}
\end{document}
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$/1, $f(x)$/1} {$-\infty$, $+\infty$}
\tkzTabLine{, +,}
\end{tikzpicture}
\end{document}
La fonction f(x)=2\cdot10^{-11}\cdot x^4-1\cdot10^{-8}\cdot x^3+2\cdot10^{-6}\cdot x^2+0.0002\cdot x+0.0085 est définie sur $D_f=(-\infty, +\infty)$.
La dérivée est $f'(x)=\frac{x^{3}}{12500000000} - \frac{3 x^{2}}{100000000} + \frac{x}{250000} + 0.0002$.
Les extremums ($f'(x)=0$) : $x_{1}=-38.0437881773379$ avec $f=0.00437841636491221$.
Intégrez le tableau dans vos documents LaTeX avec le package tkz-tab. Cliquez sur "Code LaTeX" ci-dessus pour copier le code prêt à l'emploi.