# Pastebin 7QQPo3fe diff --git a/doc/Type/Num.pod b/doc/Type/Num.pod --- a/doc/Type/Num.pod +++ b/doc/Type/Num.pod @@ -10,4 +10,18 @@ A C object stores a floating-point platforms, it's an IEEE 754 64-bit floating point numbers, aka "double precision". +=head1 Methods + +Hello + +=head1 Constants + +=head2 X|NaN> + +C is a special L> value that normally results from supplying +nonsensical inputs to a floating-point operation. + +Many operations on C which are otherwise defined to return +certain values may return C instead. + =end pod