Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


FUNCTION make_sin_expression
          (operand : numeric_expression) : sin_function;

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

END_FUNCTION; -- make_sin_expression

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