We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7cf35 commit 8193f27Copy full SHA for 8193f27
S32-setting-library/Numeric.pod
@@ -212,7 +212,8 @@ Convert from radians to C<$base>.
212
Attempts to coerce the number to the narrowest type that can represent it accurately;
213
for instance, a C<Rat> with a denominator of 1 maybe be coerced to an C<Int> instead;
214
an integral C<Num> may likewise turn into an C<Int>. (Neither C<Num> nor C<Rat> convert
215
-to each other, however.)
+to each other, however.) C<Complex> with a 0 imaginary part may narrow to a C<Real> type.
216
+Conjecturally, wide native types could narrow to narrower native types.
217
218
=back
219
0 commit comments