__setusermatherr

Specifica una routine fornita dall'utente per gestire gli errori matematici, anziché la _matherr routine.

Sintassi

void __setusermatherr(
   _HANDLE_MATH_ERROR pf
   )

Parametri

pf
Puntatore a un'implementazione di _matherr fornita dall'utente.

Il tipo del parametro pf è dichiarato come typedef int (__cdecl * _HANDLE_MATH_ERROR)(struct _exception *).

Osservazioni:

Requisiti

Ciclo Intestazione obbligatoria
__setusermatherr matherr.c