TYPE maths_value

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
TYPE maths_value = SELECT
      (atom_based_value,
       maths_tuple,
       generic_expression);
   WHERE
      constancy:
         NOT ('GENERIC_EXPRESSION' IN stripped_typeof(SELF)) OR expression_is_constant(SELF);
END_TYPE;

Referenced By

Defintion maths_value is references by the following definitions:
DefinitionType
 all_members_of_es FUNCTION
 application_defined_function ENTITY
 banded_matrix ENTITY
 basic_sparse_matrix ENTITY
 bound_variational_parameter ENTITY
 constant_function ENTITY
 convert_to_maths_value FUNCTION
 convert_to_operand FUNCTION
 convert_to_operands FUNCTION
 derive_finite_function_domain FUNCTION
 derive_finite_function_range FUNCTION
 equal_maths_spaces FUNCTION
 equal_maths_values FUNCTION
 finite_function ENTITY
 finite_space ENTITY
 function_applicability FUNCTION
 listed_data ENTITY
 list_selected_components FUNCTION
 make_finite_space FUNCTION
 make_function_application FUNCTION
 make_maths_tuple_literal FUNCTION
 maths_tuple AGGREGATE
 maths_tuple_literal ENTITY
 maths_value_precision_qualifier ENTITY
 member_of FUNCTION
 simplify_function_application FUNCTION
 simplify_generic_expression FUNCTION
 simplify_maths_space FUNCTION
 simplify_maths_value FUNCTION
 singleton_member_of FUNCTION
 strict_triangular_matrix ENTITY
 substitute FUNCTION
 symmetric_banded_matrix ENTITY
 triangular_matrix ENTITY
 variational_parameter ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:13-04:00