From e6c18eb428f58e476e801bf5276be8d9209429dc Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 31 Jan 2015 16:39:05 -0800 Subject: [PATCH] Fix typo --- modules/cjeopardy/cjeopardy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cjeopardy/cjeopardy.txt b/modules/cjeopardy/cjeopardy.txt index b08e59d2..ad52f8fd 100644 --- a/modules/cjeopardy/cjeopardy.txt +++ b/modules/cjeopardy/cjeopardy.txt @@ -778,7 +778,7 @@ [7.12.6.1 The exp functions] This function computes the base-e exponential of x.|exp [7.12.6.2 The exp2 functions] This function computes the base-2 exponential of x.|exp2 [7.12.6.3 The expm1 functions] This function computes the base-e exponential of the argument, minus 1.|expm1 -[7.12.6.4 The frexp functions] This function break as floating-point number into a normalized fraction and an integral power of 2.|frexp +[7.12.6.4 The frexp functions] This function breaks a floating-point number into a normalized fraction and an integral power of 2.|frexp [7.12.6.5 The ilogb functions] This function extracts the exponent of x as a signed int value.|ilogb [7.12.6.5 The ilogb functions] If the argument of the ilogb functions is zero they compute this value.|FP_ILOGB0 [7.12.6.5 The ilogb functions] If the argument of the ilogb functions is infinite they compute this value.|INT_MAX