Package-level declarations
Types
Functions
Link copied to clipboard
Link copied to clipboard
Computes the logarithm of a complex number with a specified base. The logarithm with base b is calculated using the formula: log_b(z) = ln(z) / ln(b) where z is the complex number and b is the base.
Computes the logarithm of a complex number with a specified complex base. The logarithm with base b is calculated using the formula: log_b(z) = ln(z) / ln(b) where z is the complex number and b is the complex base.