[Ffmpeg-cvslog] r8474 - trunk/libavcodec/resample2.c

Rich Felker dalias
Thu Mar 22 16:18:04 CET 2007


On Thu, Mar 22, 2007 at 11:47:01AM +0100, Michael Niedermayer wrote:
> to factor out the pow() your needing algebraic identities depends on how pow
> is defined either way the associative law for multiplication is enough and

Associative law is false with floats. Think of

A = FLOAT_MAX
B = FLOAT_MAX
C = 1.0/FLOAT_MAX

Rich




More information about the ffmpeg-cvslog mailing list