Add template aliases SQ and UQ in FixedPointsCommon #91
Labels
Feature Request
This issue is a request for a particular feature
Minor
This change is a minor addition
Add template aliases
SQ<I, F>
andUQ<I, F>
toFixedPointsCommon.h
.These would effectively serve as a more convinient short-hand for those who are familiar with Q notation and would probably be direct aliases for
SFixed
andUFixed
.I.e.
If this change is made after the resolution of #19 then it may be worth having a more complex implementation that also permits a single template parameter when no integer part is desired.
The text was updated successfully, but these errors were encountered: