Skip to content
This repository was archived by the owner on Jun 5, 2022. It is now read-only.

Commit e62099f

Browse files
committed
add MDN link
1 parent ef2ff14 commit e62099f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55

66
Wraps the math functions and constants from Javascript's built-in `Math` object.
7+
See [Math Documentation at MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math).
78

89
#### `Radians`
910

src/Math.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-- | Wraps the math functions and constants from Javascript's built-in `Math` object.
2+
-- | See [Math Documentation at MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math).
23
module Math where
34

45
-- | An alias to make types in this module more explicit.

0 commit comments

Comments
 (0)