Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Numerical Recipes

14 views
Skip to first unread message

Ernst Sauer

unread,
Jun 7, 2022, 12:49:47 PM6/7/22
to
Wer kennt die folgende Routine, die in "Numerical Recipes in C"
verwendet wird?
In der second edition ist sie auf Seite 67 zu sehen und wird dort
mehrfach aufgerufen.
Es geht um das Programm svdcmp, falls das jemandem etwas sagt.

g = SIGN(sqrt(s), f)
--------------------

g, s, f sind float-Größen.

Ob das Komma ein mal sein muss?
Aber obiger Ausdruck taucht mehrmals auf.

es

Ernst Sauer

unread,
Jun 7, 2022, 1:47:51 PM6/7/22
to
Habs doch gefunden

(SIGN(a,b) returns the magnitude of a times the sign of b.)
0 new messages