This website requires JavaScript.
Explore
Help
Sign In
michael
/
programming-examples
Watch
1
Star
0
Fork
0
You've already forked programming-examples
Code
Issues
Pull Requests
Releases
Wiki
Activity
026079a47d
programming-examples
/
perl
/
Datatype
/
Using int() to convert 1.000001 to an integer.pl
Michael Reber
b880c3ccde
Initial commit
2019-11-15 12:59:38 +01:00
3 lines
31 B
Perl
Raw
Blame
History
$
y
=
1.00001
;
print
int
(
$
y
)
;
Reference in New Issue
View Git Blame
Copy Permalink