constant

constant(a : number) 🡒 zedfunc, pure function

Returns the constant function $f: x \mapsto a$.

show scalar "" a1b2 with constant(1)

The constant() function should not be confused with the const keyword. They are unrelated.

User Contributed Notes
0 notes + add a note