view doc/interpreter/bit.txi @ 6743:f11fec9c06b0

[project @ 2007-06-18 19:12:48 by dbateman]
author dbateman
date Mon, 18 Jun 2007 19:12:48 +0000
parents 5a5a09d7deb8
children
line wrap: on
line source

@c Copyright (C) 2007 John W. Eaton
@c This is part of the Octave manual.
@c For copying conditions, see the file gpl.texi.

@node Bit Manipulations
@chapter Bit Manipulations

Octave provides the following functions for bit twiddling.

@DOCSTRING(bitset)

@DOCSTRING(bitget)

@DOCSTRING(bitcmp)

@DOCSTRING(bitshift)

@DOCSTRING(bitand)

@DOCSTRING(bitor)

@DOCSTRING(bitxor)

@DOCSTRING(bitmax)