![]() |
Ln mit Int64 will nicht. Warum?
Hallo,
wenn ich ln(x) mit x: Int64 aufrufe, sagt er mir: Falscher Typ. Komisch... Warum geht das nicht und wie kann ich denn das trotzdem machen? Gruß Mattze |
Re: Ln mit Int64 will nicht. Warum?
Hi,
Versuchs mal so:
Delphi-Quellcode:
Gruß
var n64: Int64;
x: Extended; begin n64 := 999999999; x := n64; x := ln(x); end; Neutral General |
Re: Ln mit Int64 will nicht. Warum?
Aua!!!
Ich wusste ja, dass ich heute KO und müde bin, aber so doll? Vielen Dank! Gruß Mattze |
Alle Zeitangaben in WEZ +1. Es ist jetzt 09:27 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz