“Abs()”的版本间的差异
(创建页面,内容为“<pre style="color:green"> abs(x) ((x)>0?(x):-(x)) </pre> 即求x的绝对值”) |
|||
第3行: | 第3行: | ||
</pre> | </pre> | ||
即求x的绝对值 | 即求x的绝对值 | ||
+ | |||
+ | |||
+ | [[https://www.microduino.cn/wiki/index.php/Arduino_%E8%AF%AD%E6%B3%95%E6%89%8B%E5%86%8C/zh 返回Arduino语法手册]] |