Go to the first, previous, next, last section, table of contents.


step

Function: step { a x -> r }
file: jobg.t
package: muf
status: alpha

Maps x to a step function according to whether it is less than a.

Result = (float)(x >= a)


Go to the first, previous, next, last section, table of contents.