Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


FUNCTION make_cos_expression
          (operand : numeric_expression) : cos_function;

 RETURN ( cos_expression ( ) || unary_numeric_call_expression ( ) || unary_numeric_expression ( ) || numeric_expression ( ) || expression ( ) || generic_expression ( ) || unary_generic_expression ( operand ) ) ; 

END_FUNCTION; -- make_cos_expression

public class FMake_cos_expression
          public static Value run(SdaiContext _context, Value operand)