Skip to content

Commit 07714bf

Browse files
Fix comment to sqrt1_2
Co-authored-by: Harry Garrood <[email protected]>
1 parent 6544eeb commit 07714bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Number.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ log2e = 1.4426950408889634
180180
pi :: Number
181181
pi = 3.141592653589793
182182

183-
-- | The Square root of one half, around 0.707107.
183+
-- | The square root of one half, around 0.707107.
184184
sqrt1_2 :: Number
185185
sqrt1_2 = 0.7071067811865476
186186

0 commit comments

Comments
 (0)