|
libflame revision_anchor
|
Functions | |
| FLA_Error | FLA_Negate (FLA_Obj x) |
References FLA_Check_error_level(), FLA_MINUS_ONE, FLA_Negate_check(), and FLA_Scal().
{
if ( FLA_Check_error_level() >= FLA_MIN_ERROR_CHECKING )
FLA_Negate_check( x );
return FLA_Scal( FLA_MINUS_ONE, x );
}
1.7.4