format_power_of_ten_label Function

public function format_power_of_ten_label(value) result(formatted)

Build a mathtext-friendly power-of-ten label: 10^{n} or -10^{n}

Arguments

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

Return Value character(len=20)