An Euler equation has the general form Euler equations can be solved by transforming them to equations with constant coefficients. This is an example of an Euler equation.
$CUDADeviceCount gives the number of CUDA devices on the system.
$CUDALinkLibraryPath is the directory that contains the CUDALink libraries for the system.
SQLTableNames[conn] returns the names of each table in an SQL connection.
CalendarChange[{year, month, day}, calendar_1, calendar_2] converts the date {year, month, day} given in calendar calendar_1 into a date given in calendar ...
GraphDistance[g, i, j] gives the distance from vertex i to vertex j in the graph g.
CUDAFinancialDerivative[instrument, params, ambientparams] gives the value of the specified financial instrument.CUDAFinancialDerivative[instrument, params, ambientparams, ...
CArray
(SymbolicC Package Symbol) CArray[name, args] is a symbolic representation of an array.
CBreak
(SymbolicC Package Symbol) CBreak[] is a symbolic representation of a break statement.
CIf
(SymbolicC Package Symbol) CIf[test, trueArg, falseArg] is a symbolic representation of a conditional statement. CIf[test, trueArg] only has a branch if test is true.