fixedpt.dox

来自「ATMEL的AVR单片机库文件」· DOX 代码 · 共 7 行

DOX
7
字号
/** \defgroup fixedpt fixedpt: Fixed-Point Math Function Library

This library provides basic fixed-point math operations implemented in C. Fixed-point math is a system by which integer variables can represent fractional values with a fixed precision "behind" the decimal point. Fixed-point math is much faster to execute than floating-point math, and should be used when a limited amount of fractional precision is sufficient (such as 4ths, or 10ths, or 128ths).

\note Library functional but not currently complete

*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?