Robochameleon  v1.0
Functions
iswhole.m File Reference

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...
 

Detailed Description

Determine whether or not input is a whole number.

Version
1

Definition in file iswhole.m.

Function Documentation

function iswhole ( in  x,
in  tol 
)

Determine whether or not input is a whole number.

Parameters
xInput number
tolTolerance [Default: 0]
Return values
tfBoolean indicating whether or not input is a whole number