Robochameleon
v1.0
|
Determine whether or not input is a whole number. More...
Go to the source code of this file.
Functions | |
function | iswhole (in x, in tol) |
Determine whether or not input is a whole number. More... | |
function iswhole | ( | in | x, |
in | tol | ||
) |
Determine whether or not input is a whole number.
x | Input number |
tol | Tolerance [Default: 0] |
tf | Boolean indicating whether or not input is a whole number |