1
0
mirror of https://gitlab.com/rnger/amath synced 2026-05-11 08:55:23 +00:00

Removed needless delimiters

This commit is contained in:
llsth
2015-04-09 01:33:24 +02:00
parent b4ca7a5cef
commit 6fdff821d7
9 changed files with 83 additions and 83 deletions

View File

@@ -1,8 +1,8 @@
sgn(2.3);sgn(-12.7);sgn(0);
round(1.5461);round(-1.5461);
ceil(43.5461);ceil(-43.5461);
floor(39.9531);floor(-39.9531);
trunc(23.827);trunc(-23.827);
sqrt(100);sqrt(52.23);
cbrt(1000);cbrt(52.23);
sgn(2.3);sgn(-12.7);sgn(0)
round(1.5461);round(-1.5461)
ceil(43.5461);ceil(-43.5461)
floor(39.9531);floor(-39.9531)
trunc(23.827);trunc(-23.827)
sqrt(100);sqrt(52.23)
cbrt(1000);cbrt(52.23)