X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=wavpack.git;a=blobdiff_plain;f=Codec%2FAudio%2FWavPack%2FInternal.hs;h=bb4cd3713e6ee8fabc82cf90a875032f9b22494d;hp=b852a76c74078f41e6260041de7ec853ae5deb78;hb=fc5bbbe214bd5b31684fd54f9e7e70557bf872ef;hpb=78a686c2314abc67b3f388833c255a102fe63024 diff --git a/Codec/Audio/WavPack/Internal.hs b/Codec/Audio/WavPack/Internal.hs index b852a76..bb4cd37 100644 --- a/Codec/Audio/WavPack/Internal.hs +++ b/Codec/Audio/WavPack/Internal.hs @@ -70,7 +70,7 @@ log2s !n -- zero and can therefore represent both zero and negative -- values. They have 8 bits of precision and in \"roundtrip\" -- conversions the total error never exceeds 1 part in 225 except for --- the cases of +/-115 and +/-195 (which error by 1). +-- the cases of +\/-115 and +\/-195 (which error by 1). -- -- This function returns the log2 for the specified 32-bit unsigned -- value. The maximum value allowed is about 0xff800000 and returns