Function basic_const_set(basic, const char *)

Function Documentation

void basic_const_set(basic s, const char *c)

Use these functions to get the commonly used constants as basic.

Assigns to s a SymEngine constant with name c This function creates a new SymEngine::Constant from a copy of the string in c, thus the caller is free to use c afterwards, and also the caller must free c.