\hypertarget{group__number__formatting__constants}{}\doxysection{Number Formatting Constants} \label{group__number__formatting__constants}\index{Number Formatting Constants@{Number Formatting Constants}} \doxysubsection*{Variables} \begin{DoxyCompactItemize} \item \mbox{\Hypertarget{group__number__formatting__constants_ga26210c15de6f9439841b31983989b727}\label{group__number__formatting__constants_ga26210c15de6f9439841b31983989b727}} const \mbox{\hyperlink{group__number__formatting__constants_ga26210c15de6f9439841b31983989b727}{Qore\+::\+NF\+\_\+\+Default}} = QORE\+\_\+\+NF\+\_\+\+DEFAULT \begin{DoxyCompactList}\small\item\em for the default format with a rounding heuristic to try to remove noise in insignificant digits from the binary to digital conversion of high-\/precision numbers \end{DoxyCompactList}\item const \mbox{\hyperlink{group__number__formatting__constants_ga04d7d50e0d78ac50341f8729c4940947}{Qore\+::\+NF\+\_\+\+Raw}} = QORE\+\_\+\+NF\+\_\+\+RAW \begin{DoxyCompactList}\small\item\em for the raw format without the noise reduction heuristic in the \mbox{\hyperlink{group__number__formatting__constants_ga26210c15de6f9439841b31983989b727}{NF\+\_\+\+Default}} format \end{DoxyCompactList}\item \mbox{\Hypertarget{group__number__formatting__constants_ga69cc628e70f6f1c4c9ba4997ac09e5b8}\label{group__number__formatting__constants_ga69cc628e70f6f1c4c9ba4997ac09e5b8}} const \mbox{\hyperlink{group__number__formatting__constants_ga69cc628e70f6f1c4c9ba4997ac09e5b8}{Qore\+::\+NF\+\_\+\+Scientific}} = QORE\+\_\+\+NF\+\_\+\+SCIENTIFIC \begin{DoxyCompactList}\small\item\em for the scientific format (exponential notation) \end{DoxyCompactList}\end{DoxyCompactItemize} \doxysubsection{Detailed Description} \doxysubsection{Variable Documentation} \mbox{\Hypertarget{group__number__formatting__constants_ga04d7d50e0d78ac50341f8729c4940947}\label{group__number__formatting__constants_ga04d7d50e0d78ac50341f8729c4940947}} \index{Number Formatting Constants@{Number Formatting Constants}!NF\_Raw@{NF\_Raw}} \index{NF\_Raw@{NF\_Raw}!Number Formatting Constants@{Number Formatting Constants}} \doxysubsubsection{\texorpdfstring{NF\_Raw}{NF\_Raw}} {\footnotesize\ttfamily const Qore\+::\+NF\+\_\+\+Raw = QORE\+\_\+\+NF\+\_\+\+RAW} for the raw format without the noise reduction heuristic in the \mbox{\hyperlink{group__number__formatting__constants_ga26210c15de6f9439841b31983989b727}{NF\+\_\+\+Default}} format note that this can be combined with binary or with \mbox{\hyperlink{group__number__formatting__constants_ga69cc628e70f6f1c4c9ba4997ac09e5b8}{NF\+\_\+\+Scientific}} as well to get an exponential output without rounding \begin{DoxyParagraph}{Example\+:} \begin{DoxyCode}{0} \DoxyCodeLine{string str = n.toString(NF\_Scientific|NF\_Raw);} \end{DoxyCode} \end{DoxyParagraph}