You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Real/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[SE-0246] proposed an API for "basic math functions" that would make operations like sine and logarithm available in generic contexts.
4
4
It was accepted, but because of limitations in the compiler, the API could not be added to the standard library in a source-stable manner.
5
-
The `Real`[module][Real] provides that API as a separate module so that you can use it right away to get access to the improved API for these operations in your projects.
5
+
The `Real` module provides that API as a separate module so that you can use it right away to get access to the improved API for these operations in your projects.
0 commit comments