Template Function TRAP::Math::FMA#

Function Documentation#

template<typename genType>
genType TRAP::Math::FMA(genType a, genType b, genType c)#

Computes and returns a * b + c.

Parameters:
  • a – Specifies the first multiplicand.

  • b – Specifies the second multiplicand.

  • c – Specifies the value to be added to the result.

Returns:

Computes and returns a * b + c.