IQMathLibrary  1.0
File List
Here is a list of all documented files with brief descriptions:
 _atoIQN.cFunctions to convert a string to an IQN number
 _IQNasin_acos.cFunctions to compute the inverse sine of the input and return the result, in radians
 _IQNatan2.cFunctions to compute the 4-quadrant arctangent of the input and return the result
 _IQNdiv.cFunctions to divide two values of IQN type
 _IQNdiv.h
 _IQNexp.cFunctions to compute the exponential of the input and return the result
 _IQNfrac.cFunctions to return the fractional portion of the input
 _IQNlog.cFunctions to compute the base-e logarithm of an IQN number
 _IQNmpy.cFunctions to multiply two values of IQN type
 _IQNmpy.h
 _IQNmpyIQX.cFunctions to multiply two IQ numbers in different IQ formats, returning the product in a third IQ format. The result is neither rounded nor saturated, so if the product is greater than the minimum or maximum values for the given output IQ format, the return value will wrap around and produce inaccurate results
 _IQNrmpy.cFunctions to multiply two IQ numbers, returning the product in IQ format. The result is rounded but not saturated, so if the product is greater than the minimum or maximum values for the given IQ format, the return value wraps around and produces inaccurate results
 _IQNrsmpy.cFunctions to multiply two IQ numbers, returning the product in IQ format. The result is rounded and saturated, so if the product is greater than the minimum or maximum values for the given IQ format, the return value is saturated to the minimum or maximum value for the given IQ format (as appropriate)
 _IQNsin_cos.cFunctions to compute the sine and cosine of the input and return the result
 _IQNsqrt.cFunctions to compute square root, inverse square root and the magnitude of two IQN inputs
 _IQNtables.h
 _IQNtoa.cFunctions to convert an IQ number to a string
 _IQNtoF.cFunctions to convert IQN type to floating point
 IQmathLib.hLibrary of IQMath operations
© Copyright 1995-2025, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale