summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/code/1/patterns4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/code/1/patterns b/src/code/1/patterns
index b93fdc4..44d0ec1 100644
--- a/src/code/1/patterns
+++ b/src/code/1/patterns
@@ -48,5 +48,7 @@ iex> exp
1024
iex> mantissa
2570632149304942
-iex> :math.pow(-1, sign) * (1 + mantissa / :math.pow(2, 52)) * :math.pow(2, exp - 1023)
+iex> :math.pow(-1, sign) *
+...> (1 + mantissa / :math.pow(2, 52)) *
+...> :math.pow(2, exp - 1023)
3.14159