Open
Description
opened on Apr 21, 2020
The function for efficiently computing the phase of a complex number (on the 0-branch) is currently called angle
. This name sounds really weird. phase
might be a little more obvious. Note that "arg" is also a pretty traditional name for this function, but arg
probably appears a little too often in code for that to be a good idea.
Activity