Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| math:start [2025/09/22 22:30] – [Functions] rajit | math:start [2025/09/23 11:02] (current) – [Fixed point data type] rajit | ||
|---|---|---|---|
| Line 37: | Line 37: | ||
| } | } | ||
| </ | </ | ||
| + | Other ways to initialize '' | ||
| + | <code act> | ||
| + | ... | ||
| + | chp { | ||
| + | x.x := 0x0f; | ||
| + | ... | ||
| + | | ||
| + | ... | ||
| + | } | ||
| + | </ | ||
| + | |||
| For debugging purposes, two macros are also provided for displaying the value of a fixed point number. The '' | For debugging purposes, two macros are also provided for displaying the value of a fixed point number. The '' | ||
| <code act> | <code act> | ||