Skip to content

Commit beb5d73

Browse files
committed
Num
1 parent 7ef8834 commit beb5d73

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

lib/Num.pod

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
=begin pod
2+
3+
=TITLE class Num
4+
5+
class Num is Cool does Real { }
6+
7+
A C<Num> object stores a floating-point number. It is immutable. On most
8+
platforms, it's an IEEE 754 64-bit floating point numbers, aka "double
9+
precision".
10+
11+
=end pod

0 commit comments

Comments
 (0)