This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

在DSP的程序中,一个数字带一个L(6.667L )如代表什么含义?

在DSP的程序中,一个数字后面加一个L代表什么含义?如:

#define CPU_RATE    6.667L   // for a 150MHz CPU clock speed (SYSCLKOUT)
//#define CPU_RATE 7.143L // for a 140MHz CPU clock speed (SYSCLKOUT)
//#define CPU_RATE 8.333L // for a 120MHz CPU clock speed (SYSCLKOUT)
中的6.667L,有哪位大侠知道?指点一二,感激不尽。。。