mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 08:14:48 +00:00
Correct @mulAdd's doc
This commit is contained in:
parent
38ce7f64e3
commit
02ace4569e
@ -6828,9 +6828,12 @@ async fn func(y: *i32) void {
|
||||
{#header_open|@mulAdd#}
|
||||
<pre>{#syntax#}@mulAdd(comptime T: type, a: T, b: T, c: T) T{#endsyntax#}</pre>
|
||||
<p>
|
||||
Fused multiply add (for floats), similar to {#syntax#}(a * b) + c{#endsyntax#}, except
|
||||
Fused multiply add, similar to {#syntax#}(a * b) + c{#endsyntax#}, except
|
||||
only rounds once, and is thus more accurate.
|
||||
</p>
|
||||
<p>
|
||||
Supports Floats and Vectors of floats.
|
||||
</p>
|
||||
{#header_close#}
|
||||
|
||||
{#header_open|@byteSwap#}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user