Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


FUNCTION make_uniform_product_space
          (base : maths_space, exponent : positive_integer) : uniform_product_space;

RETURN (uniform_product_space (base, exponent)
    || maths_space()
      || generic_expression()
    || generic_literal()
      || simple_generic_expression() );

END_FUNCTION; -- make_uniform_product_space

public class FMake_uniform_product_space
          public static Value run(SdaiContext _context, Value base, Value exponent)