
| ACE | BN | BNA | CG | CLG | COMP | FM | FREE | HEKA | IDCA | NCA | NCSF | PART | SFA | SG | SGA | SP | SYMF | TAB | 
FUNCTION: IsBnBar - test whether the argument is a signed permutation
CALLING SEQUENCE:
PARAMETERS:
SYNOPSIS:
EXAMPLES:
> with(TYP):
> IsBnBar([-2, 1, 2]);
 
                                    false
 
> IsBnBar([-2, 3, -1]);
 
                                     true