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.
Zig
›
compiler_rt.zig
›
__negtf2
__negtf2
compiler_rt.__negtf2
fn
__negtf2
(
a
:
f128
)
callconv
(.
c
)
f128
File
lib/
compiler_rt.zig
:
607
Code
fn
__negtf2
(
a
:
f128
)
callconv
(.
c
)
f128
{
return
fneg
(
a
); }