Smart Education
Learning and Knowing in Smart Way!
Saturday, July 22, 2017
How to write a function in perl language
#Alamgir Hossain, CSE, JUST
sub bisection
{
$x=@_;
return (($x**3)+(3*$x)-5);
}
$res=&bisection(50);
print $res;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment