Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


TYPE repackage_options = ENUMERATION (
          ro_nochange,
          ro_wrap_as_tuple,
          ro_unwrap_tuple );
END_TYPE; -- repackage_options

Users

          maths_enum_atom
                    maths_atom
                    maths_enum_literal.lit_value
          repackaging_function.input_repack
          repackaging_function.output_repack

public final class ERepackage_options

          static final int RO_NOCHANGE = 1
          static final int RO_WRAP_AS_TUPLE = 2
          static final int RO_UNWRAP_TUPLE = 3
          static String[] values = {"RO_NOCHANGE", "RO_WRAP_AS_TUPLE", "RO_UNWRAP_TUPLE"}
          static int toInt(String str)
          static String toString(int value)