Added 'pow' used in hsv-graph.sct

2004-10-16  Kevin Cozens  <kcozens@cvs.gimp.org>

	* scripts/script-fu-compat.init: Added 'pow' used in hsv-graph.sct
This commit is contained in:
Kevin Cozens 2004-10-16 06:00:00 +00:00 committed by Kevin Cozens
parent a89d595b8e
commit 0e15d4f689
1 changed files with 1 additions and 0 deletions

View File

@ -207,5 +207,6 @@
(define fopen open-input-file)
(define mapcar map)
(define nreverse reverse)
(define pow expt)
(define symbol-bound? defined?)
(define trunc truncate)