Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
cf52846d
Commit
cf52846d
authored
33 years ago
by
ram
Browse files
Options
Downloads
Patches
Plain Diff
Fixed EXPT to handle double-float x ratio combination.
parent
41c95648
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/irrat.lisp
+4
-4
4 additions, 4 deletions
code/irrat.lisp
with
4 additions
and
4 deletions
code/irrat.lisp
+
4
−
4
View file @
cf52846d
...
@@ -7,11 +7,11 @@
...
@@ -7,11 +7,11 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
;;;
(
ext:file-comment
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/irrat.lisp,v 1.
7
1991/0
2
/0
8
1
3:33
:3
9
ram Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/irrat.lisp,v 1.
8
1991/0
9
/0
4
1
4:26
:3
7
ram Exp $"
)
;;;
;;;
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/irrat.lisp,v 1.
7
1991/0
2
/0
8
1
3:33
:3
9
ram Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/irrat.lisp,v 1.
8
1991/0
9
/0
4
1
4:26
:3
7
ram Exp $
;;;
;;;
;;; This file contains all the irrational functions. Actually, most of the
;;; This file contains all the irrational functions. Actually, most of the
;;; work is done by calling out to C...
;;; work is done by calling out to C...
...
@@ -153,9 +153,9 @@
...
@@ -153,9 +153,9 @@
(
number-dispatch
((
base
number
)
(
power
number
))
(
number-dispatch
((
base
number
)
(
power
number
))
(((
foreach
fixnum
(
or
bignum
ratio
)
(
complex
rational
))
integer
)
(((
foreach
fixnum
(
or
bignum
ratio
)
(
complex
rational
))
integer
)
(
intexp
base
power
))
(
intexp
base
power
))
(((
foreach
single-float
double-float
)
integer
)
(((
foreach
single-float
double-float
)
rational
)
(
real-expt
base
power
'
(
dispatch-type
base
)))
(
real-expt
base
power
'
(
dispatch-type
base
)))
(((
foreach
fixnum
(
or
bignum
ratio
)
single-float
)
(((
foreach
fixnum
(
or
bignum
ratio
))
(
foreach
ratio
single-float
))
(
foreach
ratio
single-float
))
(
real-expt
base
power
'single-float
))
(
real-expt
base
power
'single-float
))
(((
foreach
fixnum
(
or
bignum
ratio
)
single-float
double-float
)
(((
foreach
fixnum
(
or
bignum
ratio
)
single-float
double-float
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment