{"id":16,"date":"2017-04-27T16:46:47","date_gmt":"2017-04-27T13:46:47","guid":{"rendered":"http:\/\/tryon.ru\/?p=16"},"modified":"2020-12-16T17:54:42","modified_gmt":"2020-12-16T14:54:42","slug":"round-%d0%b2-c","status":"publish","type":"post","link":"https:\/\/tryon.ru\/?p=16","title":{"rendered":"Round \u0432 C"},"content":{"rendered":"\n<p>\u041b\u044e\u0431\u043e\u043f\u044b\u0442\u043d\u044b\u0439 \u0441\u043f\u043e\u0441\u043e\u0431 \u043e\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u0438\u044f \u043d\u0430\u0448\u0435\u043b \u0432 <a href=\"http:\/\/stackoverflow.com\/questions\/497018\/is-there-a-function-to-round-a-float-in-c-or-do-i-need-to-write-my-own\">StackOverflow<\/a>:<br><\/p>\n\n\n\n<!--more-->\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"c\" data-enlighter-theme=\"atomic\" data-enlighter-highlight=\"1-3\" data-enlighter-linenumbers=\"false\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">#include &lt;stdio.h>\n#include &lt;stdlib.h>\n#include &lt;math.h>\n\nint main()\n{\n  float conver = 45.592346543;\n  printf(\"conver is %0.1f\\n\",conver);\n\n  conver = conver*10.0f;\n  conver = conver>0.f ? floor(conver+0.5f) : ceil(conver-0.5f);\n  conver = conver\/10.0f;\n\n  printf(\"conver is now %f\\n\",conver);\n  return 0;\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u041b\u044e\u0431\u043e\u043f\u044b\u0442\u043d\u044b\u0439 \u0441\u043f\u043e\u0441\u043e\u0431 \u043e\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u0438\u044f \u043d\u0430\u0448\u0435\u043b \u0432 StackOverflow &hellip; <a href=\"https:\/\/tryon.ru\/?p=16\" class=\"more-link\">\u0414\u0430\u043b\u044c\u0448\u0435&#8230;<span class=\"screen-reader-text\">Round \u0432 C<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-16","post","type-post","status-publish","format-standard","hentry","category-c"],"_links":{"self":[{"href":"https:\/\/tryon.ru\/index.php?rest_route=\/wp\/v2\/posts\/16","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tryon.ru\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tryon.ru\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tryon.ru\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tryon.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=16"}],"version-history":[{"count":11,"href":"https:\/\/tryon.ru\/index.php?rest_route=\/wp\/v2\/posts\/16\/revisions"}],"predecessor-version":[{"id":162,"href":"https:\/\/tryon.ru\/index.php?rest_route=\/wp\/v2\/posts\/16\/revisions\/162"}],"wp:attachment":[{"href":"https:\/\/tryon.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=16"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tryon.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=16"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tryon.ru\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}