Codebase list libcryptx-perl / fe2377a
trailing whitespace Karel Miko 1 year, 8 months ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1414 ### https://github.com/DCIT/perl-CryptX/issues/82
1515
1616 $x = Math::BigFloat->new("0");
17 $y = Math::BigFloat->new("20");
17 $y = Math::BigFloat->new("20");
1818 $x->bcos($y);
1919 is($x, "1.0000000000000000000");
2020 $x = Math::BigFloat->new("0");