format_log_mantissa_label Function

public function format_log_mantissa_label(value) result(formatted)

Build a mathtext label for a sub-decade log tick: m x 10^{p}. Mirrors matplotlib's minor log labels, e.g. 2 x 10^0 or 4.2 x 10^1. Exact powers of ten are delegated to format_power_of_ten_label.

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: value

Return Value character(len=30)