Actions
Bug #4655
closedString#to_c does not support scientific notation
Bug #4655:
String#to_c does not support scientific notation
Description
Specs have been added for this but I did not find an issue for it so I report it here.
Example:
assert_equals('2e3+2e4i'.to_c, Complex(2e3, 2e4))
Actions