Query: pgaencoderealasbinary
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAEncodeRealAsBinary(1) PGAPack PGAEncodeRealAsBinary(1)NAMEPGAEncodeRealAsBinary - encodes a real value as a binary stringINPUT PARAMETERSctx - 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 stringOUTPUT PARAMETERSside -effect.SYNOPSIS#include "pgapack.h" void PGAEncodeRealAsBinary(ctx, p, pop, start, end, low, high, val) PGAContext *ctx int p int pop int start int end double low double high double valLOCATIONevaluate.cEXAMPLEEncode 3.14 from the interval [0,10] in 30 bits in bit positions 0--29 in string p in population PGA_NEWPOP. PGAContext *ctx; int p; : PGAEncodeRealAsBinary(ctx, p, PGA_NEWPOP, 0, 29, 0.0, 10.0, 3.14); 05/01/95 PGAEncodeRealAsBinary(1)
Related Man Pages |
---|
complex(3o) - debian |
pgasendreceiveindividual(4) - debian |
pgacreate(8) - debian |
int64(3) - centos |
int64(3o) - minix |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Is UNIX an open source OS ? |
A (ksh) Library For and From UNIX.com |
My first PERL incarnation... Audio Oscillograph |