Skip to content

Latest commit

 

History

History
70 lines (64 loc) · 1.52 KB

File metadata and controls

70 lines (64 loc) · 1.52 KB
title _CIlog10 | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-standard-libraries
ms.tgt_pltfrm
ms.topic article
apiname
_CIlog10
apilocation
msvcr100.dll
msvcr120.dll
msvcr80.dll
msvcr90.dll
msvcr110_clr0400.dll
msvcrt.dll
msvcr110.dll
apitype DLLExport
f1_keywords
CIlog10
_CIlog10
dev_langs
C++
helpviewer_keywords
_CIlog10 intrinsic
CIlog10 intrinsic
ms.assetid 05d7fcaa-3cff-4cc5-8d44-015e7cacba24
caps.latest.revision 5
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
translation.priority.mt
cs-cz
pl-pl
pt-br
tr-tr

_CIlog10

Performs a log10 operation on the top value in the stack.

Syntax

void __cdecl _CIlog10();  

Remarks

This version of the log10 function has a specialized calling convention that the compiler understands. The function speeds up the execution because it prevents copies from being generated and helps with register allocation.

The resulting value is pushed onto the top of the stack.

Requirements

Platform: x86

See Also

Alphabetical Function Reference
log, logf, log10, log10f