SCM Repository
[smlnj] / bugs / trunk / bugs.1201-1400 |
Diff of /bugs/trunk/bugs.1201-1400
Parent Directory
|
Revision Log
|
Patch
revision 946, Thu Oct 4 13:38:51 2001 UTC | revision 947, Thu Oct 4 13:45:02 2001 UTC | |
---|---|---|
# | Line 1790 | Line 1790 |
1790 | fun abs_real(x:real) = if x < 0.0 then ~x else x | fun abs_real(x:real) = if x < 0.0 then ~x else x |
1791 | fun print_real (x:real) = print(Real.toString x) | fun print_real (x:real) = print(Real.toString x) |
1792 | ||
(* $Id$ *) | ||
1793 | val pi = 3.14159265358979323846 | val pi = 3.14159265358979323846 |
1794 | ||
1795 | val tpi = 2.0 * pi | val tpi = 2.0 * pi |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |