Skip to content

Commit 39399f5

Browse files
authored
[cmath.syn] Add 'lerp' to list of differences vs. C (#4806)
1 parent 2f24840 commit 39399f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/numerics.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9875,7 +9875,8 @@
98759875
The contents and meaning of the header \libheader{cmath}
98769876
are the same as the C standard library header \libheader{math.h},
98779877
with the addition of
9878-
a three-dimensional hypotenuse function~(\ref{c.math.hypot3}) and
9878+
a three-dimensional hypotenuse function~(\ref{c.math.hypot3}),
9879+
a linear interpolation function\iref{c.math.lerp}, and
98799880
the mathematical special functions described in \ref{sf.cmath}.
98809881
\begin{note}
98819882
Several functions have additional overloads in this document,

0 commit comments

Comments
 (0)