mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-03 05:20:16 +02:00
* boot-9.scm (sqrt): minor indentation fix.
This commit is contained in:
parent
a0760d6173
commit
0ac6420c88
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@
|
|||
(define (sqrt z)
|
||||
(if (real? z)
|
||||
(if (negative? z) (make-rectangular 0 ($sqrt (- z)))
|
||||
($sqrt z))
|
||||
($sqrt z))
|
||||
(make-polar ($sqrt (magnitude z)) (/ (angle z) 2))))
|
||||
|
||||
(define expt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue