reference: restore accidentally removed docs
This commit is contained in:
parent
65b69a91e5
commit
adabeeb249
|
@ -162,6 +162,26 @@ For @tech{flonums}: Unchecked (potentially) version of
|
||||||
@history[#:added "7.8.0.7"]}
|
@history[#:added "7.8.0.7"]}
|
||||||
|
|
||||||
|
|
||||||
|
@deftogether[(
|
||||||
|
@defproc[(unsafe-flsin [a flonum?]) flonum?]
|
||||||
|
@defproc[(unsafe-flcos [a flonum?]) flonum?]
|
||||||
|
@defproc[(unsafe-fltan [a flonum?]) flonum?]
|
||||||
|
@defproc[(unsafe-flasin [a flonum?]) flonum?]
|
||||||
|
@defproc[(unsafe-flacos [a flonum?]) flonum?]
|
||||||
|
@defproc[(unsafe-flatan [a flonum?]) flonum?]
|
||||||
|
@defproc[(unsafe-fllog [a flonum?]) flonum?]
|
||||||
|
@defproc[(unsafe-flexp [a flonum?]) flonum?]
|
||||||
|
@defproc[(unsafe-flsqrt [a flonum?]) flonum?]
|
||||||
|
@defproc[(unsafe-flexpt [a flonum?] [b flonum?]) flonum?]
|
||||||
|
)]{
|
||||||
|
|
||||||
|
For @tech{flonums}: Unchecked (potentially) versions of
|
||||||
|
@racket[flsin], @racket[flcos], @racket[fltan], @racket[flasin],
|
||||||
|
@racket[flacos], @racket[flatan], @racket[fllog], @racket[flexp],
|
||||||
|
@racket[flsqrt], and @racket[flexpt]. Currently, some of these
|
||||||
|
bindings are simply aliases for the corresponding safe bindings.}
|
||||||
|
|
||||||
|
|
||||||
@deftogether[(
|
@deftogether[(
|
||||||
@defproc[(unsafe-make-flrectangular [a flonum?] [b flonum?])
|
@defproc[(unsafe-make-flrectangular [a flonum?] [b flonum?])
|
||||||
(and/c complex?
|
(and/c complex?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user