22<feed xmlns="http://www.w3.org/2005/Atom">
33 <title>cpprefjp - C++日本語リファレンス</title>
44 <link href="https://cpprefjp.github.io" />
5- <updated>2026-08-06T04:34:47.201106 </updated>
6- <id>86b8a54d-9dff-442c-bc0a-c697b7089864 </id>
5+ <updated>2026-08-06T11:54:07.703720 </updated>
6+ <id>8a869902-2f46-45fc-815a-f70f8cebb63d </id>
77
88
9+ <entry>
10+ <title>cmath -- fix typo: 線形補完 -> 線形補間</title>
11+ <link href="https://cpprefjp.github.io/reference/cmath.html"/>
12+ <id>c649e1da0d66b3b25dce6454c44b2a2497e0ee6a:reference/cmath.md</id>
13+ <updated>2026-08-06T20:51:51+09:00</updated>
14+
15+ <summary type="html"><pre><code>diff --git a/reference/cmath.md b/reference/cmath.md
16+ index d4df95c00..2d343e049 100644
17+ --- a/reference/cmath.md
18+ +++ b/reference/cmath.md
19+ @@ -18,7 +18,7 @@
20+ - [浮動小数点操作](#manipulation-functions)
21+ - [最大値・最小値と正の差](#maximum-minimum-and-positive-difference-functions)
22+ - [乗算・加算](#floating-multiply-add)
23+ -- [線形補完](#linear-interpolation)
24+ +- [線形補間](#linear-interpolation)
25+ - [数値分類](#classification-functions)
26+ - [NaNの扱い](#nan-handling)
27+ - [数値比較](#comparison-functions)
28+ @@ -415,7 +415,7 @@ NaN を返さなければならないが定義域エラーを報告してはな
29+ | [`fma`](cmath/fma.md) | 乗算と加算の合成 | C++11 |
30+
31+
32+ -## &lt;a id=&#34;linear-interpolation&#34; href=&#34;#linear-interpolation&#34;&gt;線形補完&lt;/a&gt;
33+ +## &lt;a id=&#34;linear-interpolation&#34; href=&#34;#linear-interpolation&#34;&gt;線形補間&lt;/a&gt;
34+
35+ | 名前 | 説明 | 対応バージョン |
36+ |-------------------------|----------|----------------|
37+ </code></pre></summary>
38+
39+ <author>
40+ <name>suomesta</name>
41+ <email>shawn316michaels@gmail.com</email>
42+ </author>
43+ </entry>
44+
945 <entry>
1046 <title>child-type -- execution/continues_on: fix CPO prototype</title>
1147 <link href="https://cpprefjp.github.io/reference/execution/execution/child-type.html"/>
@@ -32011,31 +32047,4 @@ index f512e8812..7deee4217 100644
3201132047 </author>
3201232048 </entry>
3201332049
32014- <entry>
32015- <title>operator! -- basic_vec/op_not : リンクミスを修正</title>
32016- <link href="https://cpprefjp.github.io/reference/simd/basic_vec/op_not.html"/>
32017- <id>dec5db02c5a9565b4227e18d5a69ba627c6094e0:reference/simd/basic_vec/op_not.md</id>
32018- <updated>2026-08-01T17:37:52+09:00</updated>
32019-
32020- <summary type="html"><pre><code>diff --git a/reference/simd/basic_vec/op_not.md b/reference/simd/basic_vec/op_not.md
32021- index aa7fff230..eb93aef5a 100644
32022- --- a/reference/simd/basic_vec/op_not.md
32023- +++ b/reference/simd/basic_vec/op_not.md
32024- @@ -47,7 +47,7 @@ int main()
32025- ```
32026- * !a[color ff0000]
32027- * simd::vec[link ../basic_vec.md]
32028- -* mask_type[link ../basic_vec.md]
32029- +* mask_type[link ../basic_mask.md]
32030- * m.size()[link ../basic_mask/size.md]
32031- * m[i][link ../basic_mask/op_at.md]
32032-
32033- </code></pre></summary>
32034-
32035- <author>
32036- <name>Akira Takahashi</name>
32037- <email>faithandbrave@gmail.com</email>
32038- </author>
32039- </entry>
32040-
3204132050</feed>
0 commit comments