Commit 8742170
authored
[oneMath][Vector Math] fix typo in Mathematical Functions docs (uxlfoundation#626)
* cbrt: rm dup row
Signed-off-by: Chengyu HAN <[email protected]>
* acospi: typo fix
Signed-off-by: Chengyu HAN <[email protected]>
* atanh: fix typo `atanh(+inf) == NaN`
C23: F.10.2.3 The atanh functions
— atanh(x) returns a NaN and raises the "invalid" floating-point exception for |x| > 1.
Signed-off-by: Chengyu HAN <[email protected]>
* expm1: fix typo
From C23: F.10.3.6 The expm1 functions
— expm1(±0) returns ±0
— expm1(−∞) returns −1
— expm1(+∞) returns +∞
Signed-off-by: Chengyu HAN <[email protected]>
* tanpi: fix typo
C23: F.10.1.14 The tanpi functions
— tanpi(±0) returns ±0.
Signed-off-by: Chengyu HAN <[email protected]>
---------
Signed-off-by: Chengyu HAN <[email protected]>1 parent 51eec18 commit 8742170
File tree
5 files changed
+7
-10
lines changed- source/elements/oneMath/source/domains/vm
5 files changed
+7
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | 113 | | |
117 | 114 | | |
118 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments