Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

log_f128

Implementation of "Table-driven implementation of the logarithm function in IEEE floating-point arithmetic" by PTP Tang in ACM Transactions on Mathematical Software (TOMS), 1990

https://dl.acm.org/doi/pdf/10.1145/98267.98294

Adapted to work for f128 and bases 2 and 10 by Christophe Delage.

This file contains the code shared between logq, log2q and log10q.

log_f128.log_f128
const log_f128 = @This()

File

lib/compiler_rt/log_f128.zig:9

Code

const log_f128 = @This()