From e2bd535199f3d54440b7e55d1386736ee84e8e31 Mon Sep 17 00:00:00 2001 From: kballou Date: Sat, 19 Mar 2016 02:24:06 -0600 Subject: Line wrap ieee-754 command --- src/code/1/patterns | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1