📄 float
字号:
MudOS LPC now provides support for the floating point type. Declare
variables like this:
float pi;
In general the same operations are supported for floats as are for integers.
Floating point constants may contain decimal points e.g.
pi = 3.14159265;
The LPC float type is based on the single precision floating point type
provided by C. On most machines this will give about seven (7) digits
of precision (in base 10).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -