Fix CRLF-ed file.
This commit is contained in:
parent
af6be85ff5
commit
230f120a3d
|
@ -1,15 +1,14 @@
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;
|
;;
|
||||||
;; math.rkt: some extra math routines
|
;; math.rkt: some extra math routines
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(module math frtime/frtime-lang-only
|
(module math frtime/frtime-lang-only
|
||||||
(require (only-in racket/math pi sqr sgn conjugate sinh cosh))
|
(require (only-in racket/math pi sqr sgn conjugate sinh cosh))
|
||||||
|
|
||||||
(provide (lifted sqr sgn conjugate sinh cosh))
|
(provide (lifted sqr sgn conjugate sinh cosh))
|
||||||
|
|
||||||
(provide pi e)
|
(provide pi e)
|
||||||
|
|
||||||
;; circular constants and aliases
|
;; circular constants and aliases
|
||||||
(define e (exp 1.0)))
|
(define e (exp 1.0)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user