debian man page for pgaencoderealasgraycode

Query: pgaencoderealasgraycode

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PGAEncodeRealAsGrayCode(1)					      PGAPack						PGAEncodeRealAsGrayCode(1)

NAME
PGAEncodeRealAsGrayCode - encodes a real value as a binary reflected Gray code sequence
INPUT PARAMETERS
ctx - context variable p - string index pop - symbolic constant of the population the string is in start - starting bit position in p to encode val in end - ending bit position in p to encode val in low - lower bound of the interval the val is defined on high - lower bound of the interval the val is defined on val - the real number to be represented as a binary string
OUTPUT PARAMETERS
side -effect.
SYNOPSIS
#include "pgapack.h" void PGAEncodeRealAsGrayCode(ctx, p, pop, start, end, low, high, val) PGAContext *ctx int p int pop int start int end double low double high double val
LOCATION
evaluate.c
EXAMPLE
Encode 3.14 from the interval [0,10] in 30 bits in bit positions 0--29 in string p in population PGA_NEWPOP as a binary reflected Gray code sequence. PGAContext *ctx; int p; : PGAEncodeRealAsGrayCode(ctx, p, PGA_NEWPOP, 0, 29, 0.0, 10.0, 3.14); 05/01/95 PGAEncodeRealAsGrayCode(1)
Related Man Pages
pgaevaluate(1) - debian
pgasetintegerinitrange(2) - debian
complex(3o) - debian
pgadebugprint(3) - debian
pgacreate(8) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph