amath
1.8.5
Simple command line calculator
|
#include "prim.h"
Go to the source code of this file.
Functions | |
complex | clog10 (complex z) |
Base 10 logarithmic value of complex number. More... | |
Base 10 logarithmic value of complex number.
log z = log(z) / log(10)
More info is available at Wikipedia:
https://wikipedia.org/wiki/Complex_logarithm
Definition at line 41 of file clog10.c.
References cdiv(), clog(), and cpack().
Referenced by ComplexNumber::Log10().