$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andy Little (andy_at_[hidden])
Date: 2004-01-09 04:14:22
"Andy Little" <andy_at_[hidden]> wrote in message
news:btlqoa$aoc$1_at_sea.gmane.org...
> Hows about :
>
> std::complex<q_impedance::R> =
> std::complex<q_voltage::V>()/std::complex<q_voltage::I>().
> No idea if that would actually work though.... Anybody ...?
Sorry Try again:
std::complex<q_impedance::R> Z=
std::complex<q_voltage::V>() / std::complex<q_current::I>().
No idea if that would actually work though.... Anybody ...?