Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/complex/abs.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ abs( (1,2) ) = 2.23607
- [Visual C++](/implementation.md#visual_cpp): ??


## 参照
## 関連項目
| | |
|------------------------------------|----------------------------------------|
| [`real`](real.md) | 複素数の実部を得る。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/acos.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ acos( (1,2) ) = (1.14372,-1.52857)
しかし、glibc を使用していない libstdc++、および、libc++ は、当該要件を満たしていない(満たすつもりが無い?)ようである。


## 参照
## 関連項目
| | |
|------------------------------------|-------------------------------------------|
| [`asin`](asin.md) | 複素数の逆正弦を求める。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/acosh.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ acosh( (1,2) ) = (1.52857,1.14372)
しかし、glibc を使用していない libstdc++、および、libc++ は、当該要件を満たしていない(満たすつもりが無い?)ようである。


## 参照
## 関連項目
| | |
|--------------------------------------|-------------------------------------------|
| [`acos`](acos.md) | 複素数の逆余弦を求める。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/arg.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ arg( (1,2) ) = 1.10715
- [Visual C++](/implementation.md#visual_cpp): ??


## 参照
## 関連項目
| | |
|------------------------------------|----------------------------------------|
| [`real`](real.md) | 複素数の実部を得る。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/asin.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ asin( (1,2) ) = (0.427079,1.52857)
- libstdc++ では(規格通りに)C++11 以降のモードでなければ本関数は使用できないが、libc++ では C++98 モードでも使用することができる。(上記の [Clang](/implementation.md#clang) が C++11 モードになっていないのはそのため)


## 参照
## 関連項目
| | |
|------------------------------------|-------------------------------------------|
| [`acos`](acos.md) | 複素数の逆余弦を求める。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/asinh.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ asinh( (1,2) ) = (1.46935,1.06344)
しかし、glibc を使用していない libstdc++、および、libc++ は、当該要件を満たしていない(満たすつもりが無い?)ようである。


## 参照
## 関連項目
| | |
|--------------------------------------|-------------------------------------------|
| [`acos`](acos.md) | 複素数の逆余弦を求める。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/atan.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ atan( (1,2) ) = (1.33897,0.402359)
- libstdc++ では(規格通りに)C++11 以降のモードでなければ本関数は使用できないが、libc++ では C++98 モードでも使用することができる。(上記の [Clang](/implementation.md#clang) が C++11 モードになっていないのはそのため)


## 参照
## 関連項目
| | |
|------------------------------------|-------------------------------------------|
| [`acos`](acos.md) | 複素数の逆余弦を求める。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/atanh.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ atanh( (1,2) ) = (0.173287,1.1781)
しかし、glibc を使用していない libstdc++、および、libc++ は、当該要件を満たしていない(満たすつもりが無い?)ようである。


## 参照
## 関連項目
| | |
|--------------------------------------|-------------------------------------------|
| [`acos`](acos.md) | 複素数の逆余弦を求める。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/complex/op_assign.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ c = (7,0), d = (2,3)
```


## 参照
## 関連項目

| 名前 | 説明 |
|---------------------------------------|--------------------------------------|
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/complex/op_divide_assign.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ c = (0.0879121,0.010989), d = (2,3)
```


## 参照
## 関連項目
| | |
|---------------------------------------|--------------------------------------|
| [`operator=`](op_assign.md) | 代入する。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/complex/op_minus_assign.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ c = (0,3), d = (1,2)
```


## 参照
## 関連項目
| | |
|---------------------------------------|--------------------------------------|
| [`operator=`](op_assign.md) | 代入する。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/complex/op_multiply_assign.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ c = (-28,49), d = (2,3)
```


## 参照
## 関連項目
| | |
|---------------------------------------|--------------------------------------|
| [`operator=`](op_assign.md) | 代入する。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/complex/op_plus_assign.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ c = (10,5), d = (2,3)
```


## 参照
## 関連項目
| | |
|---------------------------------------|--------------------------------------|
| [`operator=`](op_assign.md) | 代入する。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/conj.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ conj( (1,2) ) = (1,-2)
- [Visual C++](/implementation.md#visual_cpp): ??


## 参照
## 関連項目
| | |
|------------------------------------|----------------------------------------|
| [`real`](real.md) | 複素数の実部を得る。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/cos.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ cos( (1,2) ) = (2.03272,-3.0519)
- [Visual C++](/implementation.md#visual_cpp): ??


## 参照
## 関連項目
| | |
|------------------------------------|-------------------------------------------|
| [`acos`](acos.md) | 複素数の逆余弦を求める。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/cosh.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ cosh( (1,2) ) = (-0.642148,1.06861)
しかし、glibc を使用していない libstdc++、および、libc++ は、当該要件を満たしていない(満たすつもりが無い?)ようである。


## 参照
## 関連項目
| | |
|------------------------------------|-------------------------------------------|
| [`acos`](acos.md) | 複素数の逆余弦を求める。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/exp.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ exp( (1,2) ) = (-1.1312,2.47173)
- libstdc++ で glibc を使用している場合、使用している glibc のバージョンが 2.19 より前の場合には `exp(complex(NaN, +0))` に対して `complex(NaN, NaN)` を返す。これは glibc のバグで 2.19 以降は直っている。


## 参照
## 関連項目
| | |
|------------------------------------|-------------------------------------------|
| [`acos`](acos.md) | 複素数の逆余弦を求める。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ log( (1,2) ) = (0.804719,1.10715)
しかし、glibc を使用していない libstdc++、および、libc++ は、当該要件を満たしていない(満たすつもりが無い?)ようである。


## 参照
## 関連項目
| | |
|------------------------------------|-------------------------------------------|
| [`acos`](acos.md) | 複素数の逆余弦を求める。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/log10.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ log10( (1,2) ) = (0.349485,0.480829)
- [Visual C++](/implementation.md#visual_cpp): ??


## 参照
## 関連項目
| | |
|--------------------------------------|-------------------------------------------|
| [`acos`](acos.md) | 複素数の逆余弦を求める。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/norm.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ norm( (1,2) ) = 5
- [Visual C++](/implementation.md#visual_cpp): ??


## 参照
## 関連項目
| | |
|------------------------------------|----------------------------------------|
| [`real`](real.md) | 複素数の実部を得る。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/op_divide.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ int main()
```


## 参照
## 関連項目
| | |
|-----------------------------------------------|--------------------------------------|
| [`operator=`](complex/op_assign.md) | 代入する。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/op_i.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ int main()
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp):

## 参照
## 関連項目

| 名前 | 説明 |
|--------------------|----------------------------------|
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/op_if.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ int main()
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp):

## 参照
## 関連項目

| 名前 | 説明 |
|--------------------|----------------------------------|
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/op_il.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ int main()
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp):

## 参照
## 関連項目

| 名前 | 説明 |
|--------------------|-----------------------------|
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/op_istream.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ int main()
```


## 参照
## 関連項目

| 名前 | 説明 |
|-------------------------------|--------------------|
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/op_minus.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ int main()
```


## 参照
## 関連項目
| | |
|-----------------------------------------------|--------------------------------------|
| [`operator=`](complex/op_assign.md) | 代入する。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/op_multiply.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ int main()
```


## 参照
## 関連項目
| | |
|-----------------------------------------------|--------------------------------------|
| [`operator=`](complex/op_assign.md) | 代入する。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/op_ostream.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ int main()
```


## 参照
## 関連項目

| 名前 | 説明 |
|-------------------------------|----------------------|
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/op_plus.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ int main()
```


## 参照
## 関連項目
| | |
|-----------------------------------------------|--------------------------------------|
| [`operator=`](complex/op_assign.md) | 代入する。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/op_unary_minus.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ int main()
```


## 参照
## 関連項目
| | |
|----------------------------------------|-------------------------------------|
| [`operator+` (単項)](op_unary_plus.md) | 単項 `+` 演算(引数をそのまま返す) |
2 changes: 1 addition & 1 deletion reference/complex/op_unary_plus.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ int main()
```


## 参照
## 関連項目
| | |
|-----------------------------------------|-----------------------------------------------|
| [`operator-` (単項)](op_unary_minus.md) | 単項 `-` 演算(符号を反転した複素数値を得る) |
2 changes: 1 addition & 1 deletion reference/complex/polar.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ polar(1.0, pi / 4.0) = (0.707107,0.707107)
- [Visual C++](/implementation.md#visual_cpp): ??


## 参照
## 関連項目
| | |
|------------------------------------|----------------------------------------|
| [`real`](real.md) | 複素数の実部を得る。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/pow.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pow( (1,2), (3,4) ) = (0.12901,0.0339241)
- libc++ では、C++03 モードでも第 2 引数が `int` のオーバーロード (4) は使用できず、また、追加のオーバーロード (5) が使用できる。


## 参照
## 関連項目
| | |
|------------------------------------|-------------------------------------------|
| [`acos`](acos.md) | 複素数の逆余弦を求める。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/proj.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ proj( (nan,-inf) ) = (inf,-0)
また、glibc を使用していない libstdc++ も 4.9.0 現在、glibc 2.11.\* 以前のバージョンと同様のバグがある。


## 参照
## 関連項目
| | |
|------------------------------------|----------------------------------------|
| [`real`](real.md) | 複素数の実部を得る。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/sin.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sin( (1,2) ) = (3.16578,1.9596)
- [Visual C++](/implementation.md#visual_cpp): ??


## 参照
## 関連項目
| | |
|------------------------------------|-------------------------------------------|
| [`acos`](acos.md) | 複素数の逆余弦を求める。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/sinh.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ sinh( (1,2) ) = (-0.489056,1.40312)
しかし、glibc を使用していない libstdc++、および、libc++ は、当該要件を満たしていない(満たすつもりが無い?)ようである。


## 参照
## 関連項目
| | |
|------------------------------------|-------------------------------------------|
| [`acos`](acos.md) | 複素数の逆余弦を求める。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/sqrt.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ sqrt( (1,2) ) = (1.27202,0.786151)
しかし、glibc を使用していない libstdc++、および、libc++ は、当該要件を満たしていない(満たすつもりが無い?)ようである。


## 参照
## 関連項目
| | |
|------------------------------------|--------------------------------|
| [`acos`](acos.md) | 複素数の逆余弦を求める。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/tan.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tan( (1,2) ) = (0.0338128,1.01479)
- [Visual C++](/implementation.md#visual_cpp): ??


## 参照
## 関連項目
| | |
|------------------------------------|-------------------------------------------|
| [`acos`](acos.md) | 複素数の逆余弦を求める。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/complex/tanh.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tanh( (1,2) ) = (1.16674,-0.243458)
- glibc 2.19 時点では、有限で正の符号を持つ `y` に対する `tanh(complex(+∞, y))` の虚部の符号が上記の備考に記載した C99 の ISO IEC 60559 準拠要件を満たしていない。


## 参照
## 関連項目
| | |
|------------------------------------|--------------------------------|
| [`acos`](acos.md) | 複素数の逆余弦を求める。 |
Expand Down
2 changes: 1 addition & 1 deletion reference/map/map/begin.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ int main()
- [Visual C++](/implementation.md#visual_cpp): ??


## 参照
## 関連項目

| 名前 | 説明 |
|------------------------------------------------------------------------------------------------|--------------------------------------------------|
Expand Down
2 changes: 1 addition & 1 deletion reference/map/map/cbegin.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ int main()
- [Visual C++](/implementation.md#visual_cpp): ??


## 参照
## 関連項目

| 名前 | 説明 |
|------------------------------------------------------------------------------------------------|--------------------------------------------------|
Expand Down
2 changes: 1 addition & 1 deletion reference/map/map/cend.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ int main()
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): ??

## 参照
## 関連項目

| 名前 | 説明 |
|------------------------------------------------------------------------------------------------|--------------------------------------------------|
Expand Down
2 changes: 1 addition & 1 deletion reference/map/map/clear.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ int main()
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2012

## 参照
## 関連項目

| 名前 | 説明 |
|-------------------------------------------------------------------------------------|-----------------------------------------------------|
Expand Down
2 changes: 1 addition & 1 deletion reference/map/map/crbegin.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int main()
- [Visual C++](/implementation.md#visual_cpp): 2012


## 参照
## 関連項目
| 名前 | 説明 |
---------------------------------------------------------------------------------------------|--------------------------------------------------|
| [`map::begin`](/reference/map/map/begin.md) | 先頭を指すイテレータを取得する |
Expand Down
Loading