2020-11-29 17:43:20 +01:00
|
|
|
#lang scribble/manual
|
2020-11-29 22:16:23 +01:00
|
|
|
@(require (for-label racket "../functions.rkt" "../utils.rkt"))
|
2020-11-29 17:43:20 +01:00
|
|
|
|
|
|
|
@title[#:tag "functions"]{dds/functions: Formal Functions}
|
|
|
|
|
2020-11-29 21:45:33 +01:00
|
|
|
@defmodule[dds/functions]
|
|
|
|
|
|
|
|
This modules provides some definitions for working with functions: tabulating,
|
|
|
|
(re)constructing from tables, generating random functions, etc.
|
|
|
|
Some definitions of particular kinds of functions are also provided (threshold
|
|
|
|
Boolean functions, etc.).
|
|
|
|
|
|
|
|
@section{Tabulating functions}
|
|
|
|
|
|
|
|
@section{Constructing functions}
|
|
|
|
|
|
|
|
@section{Random functions}
|
|
|
|
|
|
|
|
@section{Threshold Boolean functions}
|