UNPKG
processing-js
Version:
latest (1.6.6)
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.2
1.5.1
1.4.18
1.4.17
1.4.16
1.4.13
1.4.12
For the project website, visit http://processingjs.org
processing-js
/
test
/
unit
/
floor.js
5 lines
(3 loc)
•
56 B
JavaScript
View Raw
1
2
3
4
5
function
_runTest
() {
_checkEqual
(
2
, floor(
2.88
)); }