get_formula_opcode_name

Defined in header: <ixion/formula_tokens.hpp>

std::string_view ixion::get_formula_opcode_name(fopcode_t oc)

Get a printable name for a formula opcode. The printable name is to be used only for informational purposes.

Parameters:

oc – formula opcode

Returns:

printable name for a formula opcode.