Actions
Misc #15654
openDocumentation for Complex is wrong or misleading
Status:
Open
Assignee:
-
Description
The documentation for Complex
https://ruby-doc.org/core-2.6/Complex.html says or implies that a complex can be created by literal like 2+1i
, but that is actually calling the method +
on receiver 2
with argument 1i
. The description should be changed to make it clear that 2+ 1i
is not a literal but is applying a method.
Actions
Like0
Like0Like0Like0Like0