Skip to content

Commit 1e2b652

Browse files
authored
Merge pull request #1050 from rxwei/patch-2
Fix a typo in SE-0246.
2 parents bb8709c + 4ace0c2 commit 1e2b652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0246-mathable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ create a bit of a mess.
315315
### Future expansion
316316
The following functions recommended by IEEE 754 are not provided at this point
317317
(because implementations are not widely available), but are planned for future expansion,
318-
possibly with implementation directly in Swift: `cospi`, `sinpi`, `tanpi`, `acospi`, `asinpi,
319-
atanpi`, `exp2m1`, `exp10m1`, `log2p1`, `log10p1`, `compound` (these are the names
318+
possibly with implementation directly in Swift: `cospi`, `sinpi`, `tanpi`, `acospi`, `asinpi`,
319+
`atanpi`, `exp2m1`, `exp10m1`, `log2p1`, `log10p1`, `compound` (these are the names
320320
used by IEEE 754; Swift can use different names if we like).
321321

322322
### Functions not defined on ElementaryFunctions

0 commit comments

Comments
 (0)