This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
pascal
/
freepascal.compiler
同期ミラー
https://gitlab.com/freepascal.org/fpc/source.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
* make test compilable by Kylix (math->Math)
git-svn-id: trunk@14054 -
Jonas Maebe
16 年 前
親
c768e51cf2
コミット
e9c4594a66
1 ファイル変更
、
1 行追加
、
1 行削除
分割表示
差分情報を表示
1
1
tests/test/units/math/tnaninf.pp
+ 1
- 1
tests/test/units/math/tnaninf.pp
ファイルの表示
@@ -1,5 +1,5 @@
uses
-
m
ath;
+
M
ath;
begin
if not(isnan(nan)) then