
Language::Befunge::IP::lib::CPLI - Complex numbers extension

The CPLI fingerprint (0x43504C49) allows to do complex numbers operations.

Create a new CPLI instance.
Push ($ar+i*$ai) + ($br+i*$bi) back onto the stack (complex addition)
Push ($ar+i*$ai) + ($br+i*$bi) back onto the stack (complex division)
Push ($ar+i*$ai) + ($br+i*$bi) back onto the stack (complex multiplication)
Push ($ar+i*$ai) + ($br+i*$bi) back onto the stack (complex subtraction)
Push back absolute value of complex $r + i* $i.
Output complex number $r + i * $i.

Language::Befunge, http://www.rcfunge98.com/rcsfingers.html#CPLI.

Jerome Quelin,
<jquelin@cpan.org>

Copyright (c) 2001-2009 Jerome Quelin, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.