functions: Add.
This commit is contained in:
parent
b6f6e4e7c4
commit
1b65cd7624
1 changed files with 8 additions and 0 deletions
8
functions.rkt
Normal file
8
functions.rkt
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#lang racket
|
||||||
|
|
||||||
|
;;; 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.).
|
Loading…
Reference in a new issue