Skip to content
Snippets Groups Projects
Commit 4049669a authored by liam's avatar liam
Browse files

Add in-package.

git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3133 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
parent 72cf2924
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,12 @@
; description: Exponential distribution
; date: Sat Sep 2 2006 - 19:04
; author: Liam M. Healy
; modified: Sat Sep 2 2006 - 19:17
; modified: Mon Sep 11 2006 - 11:58
;********************************************************
;;; $Id: $
(in-package :gsl)
(defun-gsl exponential (generator mu)
"gsl_ran_exponential"
(((generator generator) :pointer) (mu :double))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment