Synopsis

(macro) double mth_GetSign(double mult_val, double sign_val)

Purpose

Get the sign of a value.

Description

Multiplies the sign of sign_val times mult_val <math.h> inclusion is REQUIRED

Input

mult_val

The value to multiply the sign by

sign_val

The value to determine the sign of

Return

The sign of sign_val times mult_val