Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
58dddf38
Commit
58dddf38
authored
Nov 28, 2007
by
Jay Belanger
Browse files
(math-sqrt-raw, math-map-vec, math-make-frac): Declare as functions.
parent
0dc7a8bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/calc/calc-ext.el
lisp/calc/calc-ext.el
+4
-0
No files found.
lisp/calc/calc-ext.el
View file @
58dddf38
...
@@ -43,6 +43,7 @@
...
@@ -43,6 +43,7 @@
(
declare-function
calc-embedded-var-change
"calc-embed"
(
var
&optional
buf
))
(
declare-function
calc-embedded-var-change
"calc-embed"
(
var
&optional
buf
))
(
declare-function
math-mul-float
"calc-arith"
(
a
b
))
(
declare-function
math-mul-float
"calc-arith"
(
a
b
))
(
declare-function
math-arctan-raw
"calc-math"
(
x
))
(
declare-function
math-arctan-raw
"calc-math"
(
x
))
(
declare-function
math-sqrt-raw
"calc-math"
(
a
&optional
guess
))
(
declare-function
math-sqrt-float
"calc-math"
(
a
&optional
guess
))
(
declare-function
math-sqrt-float
"calc-math"
(
a
&optional
guess
))
(
declare-function
math-exp-minus-1-raw
"calc-math"
(
x
))
(
declare-function
math-exp-minus-1-raw
"calc-math"
(
x
))
(
declare-function
math-normalize-polar
"calc-cplx"
(
a
))
(
declare-function
math-normalize-polar
"calc-cplx"
(
a
))
...
@@ -70,6 +71,9 @@
...
@@ -70,6 +71,9 @@
(
declare-function
math-format-bignum-hex
"calc-bin"
(
a
))
(
declare-function
math-format-bignum-hex
"calc-bin"
(
a
))
(
declare-function
math-format-bignum-radix
"calc-bin"
(
a
))
(
declare-function
math-format-bignum-radix
"calc-bin"
(
a
))
(
declare-function
math-compute-max-digits
"calc-bin"
(
w
r
))
(
declare-function
math-compute-max-digits
"calc-bin"
(
w
r
))
(
declare-function
math-map-vec
"calc-vec"
(
f
a
))
(
declare-function
math-make-frac
"calc-frac"
(
num
den
))
(
defvar
math-simplifying
nil
)
(
defvar
math-simplifying
nil
)
(
defvar
math-living-dangerously
nil
)
; true if unsafe simplifications are okay.
(
defvar
math-living-dangerously
nil
)
; true if unsafe simplifications are okay.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment