even(3F)
NAME
even − Fortran even value
SYNOPSIS
integer i1
integer∗2 j1
logical l1
l1 = even(i1)
l1 = even(j1)
DESCRIPTION
even is the even value function. even returns .TRUE. if the value of its integer argument is divisible by two without remainder, and .FALSE. otherwise.
SEE ALSO
CX/UX Hf77 Fortran Reference Manual