Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
math:start [2022/07/30 11:40] rajit [Functions] |
math:start [2023/04/25 10:23] (current) rajit [Functions] |
||
---|---|---|---|
Line 63: | Line 63: | ||
This returns the negated value of a signed Q(A,B) number '' | This returns the negated value of a signed Q(A,B) number '' | ||
+ | <code act> | ||
+ | template< | ||
+ | </ | ||
+ | This is true if the fixed point number is positive (greater than zero), and false otherwise. | ||
+ | |||
+ | <code act> | ||
+ | template< | ||
+ | </ | ||
+ | This is true if the fixed point number is negative, and false otherwise | ||
+ | |||
+ | <code act> | ||
+ | template< | ||
+ | </ | ||
+ | This tests if the value in '' | ||
+ | |||
+ | <code act> | ||
+ | function conv_to_fxp(pint A, B; preal v) : pint; | ||
+ | </ | ||
+ | This can be used to convert a real constant value into its fixed point representation. Note that since '' | ||