std::fegetenv, std::fesetenv

Header: <cfenv>

Manages the status of the floating-point environment.

# Declarations

int fegetenv( std::fenv_t* envp )

(since C++11)

int fesetenv( const std::fenv_t* envp );

(since C++11)

# Parameters

# Return value

0 on success, non-zero otherwise.

# See also