|
FUNCTION make_constant_function (sole_value : maths_value, src_of_domn : maths_space_or_function) : constant_function; RETURN ( constant_function ( sole_value , src_of_domn ) || maths_function ( ) || generic_expression ( ) || generic_literal ( ) || simple_generic_expression ( ) ) ; END_FUNCTION; -- make_constant_function |
|
public class FMake_constant_function public static Value run(SdaiContext _context, Value sole_value, Value src_of_domn) |