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


mix

Function: mix { a b f -> r }
file: jobg.t
package: muf
status: alpha

Mixes a and b with f as a 0-1 knob.

Result = (1-f)*a + f*b


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