f::odd_p (public)

 f::odd_p n

Defined in packages/acs-tcl/tcl/ad-functional-procs.tcl

Parameters:
n
Returns:
1 if n is odd and 0 otherwise

Partial Call Graph (max 5 caller/called nodes):
%3 test_functional_api functional_api (test acs-tcl) f::odd_p f::odd_p test_functional_api->f::odd_p

Testcases:
functional_api
Source code:
    expr {$n%2}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: