Algosim documentation: function

function

Returns a kernel function from its name or itself.

Syntax

Description

If x is a kernel function or one of the names of a kernel function, then function(x) returns that kernel function.

Examples

sin(π/2)
1
function(sin)(π/2)
1
function("sin")(π/2)
1

See also