Skip to content

Commit 4ace0c2

Browse files
authored
Fix a typo in SE-0246.
Missing backquotes before and after a comma.
1 parent 57abdc1 commit 4ace0c2

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)