Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.19 KB

cifmod.md

File metadata and controls

37 lines (31 loc) · 1.19 KB
title ms.custom ms.date ms.technology ms.topic apiname apilocation apitype f1_keywords dev_langs helpviewer_keywords ms.assetid author ms.author ms.workload
_CIfmod | Microsoft Docs
11/04/2016
cpp-standard-libraries
conceptual
_CIfmod
msvcrt.dll
msvcr110_clr0400.dll
msvcr100.dll
msvcr80.dll
msvcr90.dll
msvcr120.dll
msvcr110.dll
DLLExport
_CIfmod
CIfmod
C++
CIfmod intrinsic
_CIfmod intrinsic
7c050653-7ec6-4810-b3a7-7a0057ea65ed
corob-msft
corob
cplusplus

_CIfmod

Calculates the floating-point remainder of the top two values on the stack.

Syntax

void __cdecl _CIfmod();  

Remarks

This version of the fmod function has a specialized calling convention that the compiler understands. It 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
fmod, fmodf