{"id":5520,"date":"2025-09-08T11:03:41","date_gmt":"2025-09-08T11:03:41","guid":{"rendered":"https:\/\/sigfigcalculator.io\/?page_id=5520"},"modified":"2025-10-01T11:04:01","modified_gmt":"2025-10-01T11:04:01","slug":"rounding-decimal-calculator","status":"publish","type":"page","link":"https:\/\/sigfigcalculator.io\/pt\/rounding-decimal-calculator\/","title":{"rendered":"Rounding Decimal Calculator \u2013 Quick &amp; Accurate Tool"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5520\" class=\"elementor elementor-5520\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37f04afb e-con-full e-flex e-con e-parent\" data-id=\"37f04afb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-383b2cae elementor-widget elementor-widget-shortcode\" data-id=\"383b2cae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"rdc-container\">\r\n    <style>\r\n      * {\r\n        box-sizing: border-box;\r\n      }\r\n  \r\n      \/* <CHANGE> Added modern gradient background and moved title outside wrapper *\/\r\n      .rdc-container {\r\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\r\n        background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);\r\n        padding: 80px 20px 60px;\r\n        min-height: 100vh;\r\n      }\r\n  \r\n      \/* Title section outside wrapper *\/\r\n      .rdc-header-section {\r\n        text-align: center;\r\n        margin-bottom: 50px;\r\n        animation: rdc-fadeInDown 0.8s ease-out;\r\n      }\r\n  \r\n      .rdc-main-title {\r\n        font-size: 56px;\r\n        font-weight: 800;\r\n        background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);\r\n        -webkit-background-clip: text;\r\n        -webkit-text-fill-color: transparent;\r\n        background-clip: text;\r\n        margin: 0 0 16px 0;\r\n        letter-spacing: -1px;\r\n        text-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\r\n      }\r\n  \r\n      .rdc-main-subtitle {\r\n        font-size: 20px;\r\n        color: rgba(255, 255, 255, 0.9);\r\n        margin: 0;\r\n        font-weight: 400;\r\n        letter-spacing: 0.5px;\r\n      }\r\n  \r\n      @keyframes rdc-fadeInDown {\r\n        from {\r\n          opacity: 0;\r\n          transform: translateY(-30px);\r\n        }\r\n        to {\r\n          opacity: 1;\r\n          transform: translateY(0);\r\n        }\r\n      }\r\n  \r\n      \/* Wrapper with modern card design *\/\r\n      .rdc-wrapper {\r\n        max-width: 1160px;\r\n        margin: 0 auto;\r\n        background: rgba(255, 255, 255, 0.98);\r\n        backdrop-filter: blur(20px);\r\n        border-radius: 13px;\r\n        padding: 60px;\r\n        box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25), \r\n                    0 0 0 1px rgba(255, 255, 255, 0.5) inset;\r\n        animation: rdc-fadeInUp 0.8s ease-out 0.2s both;\r\n      }\r\n  \r\n      @keyframes rdc-fadeInUp {\r\n        from {\r\n          opacity: 0;\r\n          transform: translateY(30px);\r\n        }\r\n        to {\r\n          opacity: 1;\r\n          transform: translateY(0);\r\n        }\r\n      }\r\n      \/* ... existing code ... *\/\r\n  \r\n      .rdc-input-group {\r\n        margin-bottom: 40px;\r\n      }\r\n  \r\n      .rdc-label {\r\n        display: block;\r\n        font-size: 16px;\r\n        font-weight: 600;\r\n        color: #1a1a2e;\r\n        margin-bottom: 12px;\r\n        letter-spacing: 0.3px;\r\n      }\r\n  \r\n      .rdc-input {\r\n        width: 100%;\r\n        padding: 18px 24px;\r\n        font-size: 18px;\r\n        border: 2px solid #e0e0e0;\r\n        border-radius: 16px;\r\n        transition: all 0.3s ease;\r\n        background: #ffffff;\r\n        color: #1a1a2e;\r\n      }\r\n  \r\n      .rdc-input:focus {\r\n        outline: none;\r\n        border-color: #667eea;\r\n        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);\r\n        transform: translateY(-2px);\r\n      }\r\n  \r\n      .rdc-mode-selector {\r\n        display: flex;\r\n        gap: 12px;\r\n        margin-bottom: 40px;\r\n        flex-wrap: wrap;\r\n      }\r\n  \r\n      .rdc-mode-btn {\r\n        flex: 1;\r\n        min-width: 140px;\r\n        padding: 16px 24px;\r\n        font-size: 16px;\r\n        font-weight: 600;\r\n        border: 2px solid #e0e0e0;\r\n        border-radius: 16px;\r\n        background: #ffffff;\r\n        color: #1a1a2e;\r\n        cursor: pointer;\r\n        transition: all 0.3s ease;\r\n        position: relative;\r\n        overflow: hidden;\r\n      }\r\n  \r\n      .rdc-mode-btn::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\r\n        opacity: 0;\r\n        transition: opacity 0.3s ease;\r\n        z-index: 0;\r\n      }\r\n  \r\n      .rdc-mode-btn span {\r\n        position: relative;\r\n        z-index: 1;\r\n      }\r\n  \r\n      .rdc-mode-btn:hover {\r\n        transform: translateY(-3px);\r\n        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);\r\n      }\r\n  \r\n      .rdc-mode-btn.rdc-active {\r\n        border-color: #667eea;\r\n        color: #ffffff;\r\n      }\r\n  \r\n      .rdc-mode-btn.rdc-active::before {\r\n        opacity: 1;\r\n      }\r\n  \r\n      .rdc-precision-group {\r\n        margin-bottom: 40px;\r\n      }\r\n  \r\n      .rdc-precision-options {\r\n        display: grid;\r\n        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));\r\n        gap: 12px;\r\n      }\r\n  \r\n      .rdc-precision-btn {\r\n        padding: 14px 20px;\r\n        font-size: 15px;\r\n        font-weight: 600;\r\n        border: 2px solid #e0e0e0;\r\n        border-radius: 12px;\r\n        background: #ffffff;\r\n        color: #1a1a2e;\r\n        cursor: pointer;\r\n        transition: all 0.3s ease;\r\n        position: relative;\r\n        overflow: hidden;\r\n      }\r\n  \r\n      .rdc-precision-btn::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\r\n        opacity: 0;\r\n        transition: opacity 0.3s ease;\r\n        z-index: 0;\r\n      }\r\n  \r\n      .rdc-precision-btn span {\r\n        position: relative;\r\n        z-index: 1;\r\n      }\r\n  \r\n      .rdc-precision-btn:hover {\r\n        transform: translateY(-2px);\r\n        box-shadow: 0 6px 16px rgba(102, 126, 234, 0.2);\r\n      }\r\n  \r\n      .rdc-precision-btn.rdc-active {\r\n        border-color: #667eea;\r\n        color: #ffffff;\r\n      }\r\n  \r\n      .rdc-precision-btn.rdc-active::before {\r\n        opacity: 1;\r\n      }\r\n  \r\n      .rdc-result-section {\r\n        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\r\n        border-radius: 24px;\r\n        padding: 40px;\r\n        margin-bottom: 40px;\r\n        text-align: center;\r\n        box-shadow: 0 20px 60px rgba(102, 126, 234, 0.4);\r\n        animation: rdc-pulse 2s ease-in-out infinite;\r\n      }\r\n  \r\n      @keyframes rdc-pulse {\r\n        0%, 100% {\r\n          box-shadow: 0 20px 60px rgba(102, 126, 234, 0.4);\r\n        }\r\n        50% {\r\n          box-shadow: 0 20px 80px rgba(102, 126, 234, 0.6);\r\n        }\r\n      }\r\n  \r\n      .rdc-result-label {\r\n        font-size: 18px;\r\n        color: rgba(255, 255, 255, 0.9);\r\n        margin-bottom: 16px;\r\n        font-weight: 500;\r\n        letter-spacing: 1px;\r\n        text-transform: uppercase;\r\n      }\r\n  \r\n      .rdc-result-value {\r\n        font-size: 64px;\r\n        font-weight: 800;\r\n        color: #ffffff;\r\n        margin: 0;\r\n        letter-spacing: -2px;\r\n        text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);\r\n      }\r\n  \r\n      .rdc-number-line-container {\r\n        margin-top: 40px;\r\n        padding: 30px;\r\n        background: #f8f9fa;\r\n        border-radius: 20px;\r\n        border: 2px solid #e0e0e0;\r\n      }\r\n  \r\n      .rdc-number-line-title {\r\n        font-size: 18px;\r\n        font-weight: 600;\r\n        color: #1a1a2e;\r\n        margin-bottom: 24px;\r\n        text-align: center;\r\n      }\r\n  \r\n      .rdc-number-line {\r\n        position: relative;\r\n        height: 80px;\r\n        margin: 20px 0;\r\n      }\r\n  \r\n      .rdc-line {\r\n        position: absolute;\r\n        top: 50%;\r\n        left: 0;\r\n        right: 0;\r\n        height: 4px;\r\n        background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);\r\n        border-radius: 2px;\r\n        transform: translateY(-50%);\r\n      }\r\n  \r\n      .rdc-tick {\r\n        position: absolute;\r\n        top: 50%;\r\n        width: 2px;\r\n        height: 20px;\r\n        background: #1a1a2e;\r\n        transform: translate(-50%, -50%);\r\n      }\r\n  \r\n      .rdc-tick-label {\r\n        position: absolute;\r\n        top: calc(50% + 20px);\r\n        transform: translateX(-50%);\r\n        font-size: 13px;\r\n        color: #666;\r\n        white-space: nowrap;\r\n        font-weight: 500;\r\n      }\r\n  \r\n      .rdc-marker {\r\n        position: absolute;\r\n        top: 50%;\r\n        width: 20px;\r\n        height: 20px;\r\n        border-radius: 50%;\r\n        transform: translate(-50%, -50%);\r\n        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);\r\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);\r\n      }\r\n  \r\n      .rdc-marker-original {\r\n        background: #ff6b6b;\r\n        border: 3px solid #ffffff;\r\n        z-index: 2;\r\n      }\r\n  \r\n      .rdc-marker-rounded {\r\n        background: #51cf66;\r\n        border: 3px solid #ffffff;\r\n        z-index: 3;\r\n        animation: rdc-bounce 0.6s ease-out;\r\n      }\r\n  \r\n      @keyframes rdc-bounce {\r\n        0%, 100% {\r\n          transform: translate(-50%, -50%) scale(1);\r\n        }\r\n        50% {\r\n          transform: translate(-50%, -50%) scale(1.3);\r\n        }\r\n      }\r\n  \r\n      .rdc-marker-label {\r\n        position: absolute;\r\n        top: -35px;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        font-size: 12px;\r\n        font-weight: 600;\r\n        white-space: nowrap;\r\n        padding: 4px 10px;\r\n        border-radius: 8px;\r\n        background: rgba(0, 0, 0, 0.8);\r\n        color: #ffffff;\r\n      }\r\n  \r\n      \/* Responsive styles *\/\r\n      @media (max-width: 1024px) {\r\n        .rdc-container {\r\n          padding: 60px 20px 50px;\r\n        }\r\n  \r\n        .rdc-main-title {\r\n          font-size: 48px;\r\n        }\r\n  \r\n        .rdc-main-subtitle {\r\n          font-size: 18px;\r\n        }\r\n  \r\n        .rdc-wrapper {\r\n          max-width: 900px;\r\n          padding: 50px;\r\n        }\r\n  \r\n        .rdc-result-value {\r\n          font-size: 56px;\r\n        }\r\n      }\r\n  \r\n      @media (max-width: 768px) {\r\n        .rdc-container {\r\n          padding: 50px 16px 40px;\r\n        }\r\n  \r\n        .rdc-header-section {\r\n          margin-bottom: 40px;\r\n        }\r\n  \r\n        .rdc-main-title {\r\n          font-size: 40px;\r\n        }\r\n  \r\n        .rdc-main-subtitle {\r\n          font-size: 16px;\r\n        }\r\n  \r\n        .rdc-wrapper {\r\n          max-width: 100%;\r\n          padding: 40px 30px;\r\n          border-radius: 24px;\r\n        }\r\n  \r\n        .rdc-mode-selector {\r\n          flex-direction: column;\r\n        }\r\n  \r\n        .rdc-mode-btn {\r\n          min-width: 100%;\r\n        }\r\n  \r\n        .rdc-precision-options {\r\n          grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));\r\n          gap: 10px;\r\n        }\r\n  \r\n        .rdc-result-value {\r\n          font-size: 48px;\r\n        }\r\n      }\r\n  \r\n      @media (max-width: 576px) {\r\n        .rdc-container {\r\n          padding: 40px 12px 30px;\r\n        }\r\n  \r\n        .rdc-main-title {\r\n          font-size: 32px;\r\n        }\r\n  \r\n        .rdc-main-subtitle {\r\n          font-size: 14px;\r\n        }\r\n  \r\n        .rdc-wrapper {\r\n          padding: 30px 20px;\r\n          border-radius: 20px;\r\n        }\r\n  \r\n        .rdc-input {\r\n          padding: 16px 20px;\r\n          font-size: 16px;\r\n        }\r\n  \r\n        .rdc-mode-btn {\r\n          padding: 14px 20px;\r\n          font-size: 15px;\r\n        }\r\n  \r\n        .rdc-precision-btn {\r\n          padding: 12px 16px;\r\n          font-size: 14px;\r\n        }\r\n  \r\n        .rdc-result-section {\r\n          padding: 30px 20px;\r\n        }\r\n  \r\n        .rdc-result-value {\r\n          font-size: 40px;\r\n        }\r\n  \r\n        .rdc-number-line-container {\r\n          padding: 20px;\r\n        }\r\n      }\r\n  \r\n      @media (max-width: 480px) {\r\n        .rdc-container {\r\n          padding: 30px 10px 25px;\r\n        }\r\n  \r\n        .rdc-main-title {\r\n          font-size: 28px;\r\n        }\r\n  \r\n        .rdc-main-subtitle {\r\n          font-size: 13px;\r\n        }\r\n  \r\n        .rdc-wrapper {\r\n          padding: 25px 16px;\r\n        }\r\n  \r\n        .rdc-result-value {\r\n          font-size: 36px;\r\n        }\r\n  \r\n        .rdc-precision-options {\r\n          grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));\r\n        }\r\n      }\r\n  \r\n      @media (max-width: 375px) {\r\n        .rdc-container {\r\n          padding: 25px 8px 20px;\r\n        }\r\n  \r\n        .rdc-main-title {\r\n          font-size: 24px;\r\n        }\r\n  \r\n        .rdc-main-subtitle {\r\n          font-size: 12px;\r\n        }\r\n  \r\n        .rdc-wrapper {\r\n          padding: 20px 12px;\r\n          border-radius: 16px;\r\n        }\r\n  \r\n        .rdc-input {\r\n          padding: 14px 16px;\r\n          font-size: 15px;\r\n        }\r\n  \r\n        .rdc-result-value {\r\n          font-size: 32px;\r\n        }\r\n  \r\n        .rdc-number-line-container {\r\n          padding: 16px;\r\n        }\r\n      }\r\n    <\/style>\r\n  \r\n     \r\n    <div class=\"rdc-header-section\">\r\n      <h1 class=\"rdc-main-title\">Rounding Decimal Calculator<\/h1>\r\n      <p class=\"rdc-main-subtitle\">Precision rounding with visual number line representation<\/p>\r\n    <\/div>\r\n  \r\n    <div class=\"rdc-wrapper\">\r\n      <div class=\"rdc-input-group\">\r\n        <label class=\"rdc-label\" for=\"rdc-number-input\">Enter Number<\/label>\r\n        <input \r\n          type=\"number\" \r\n          id=\"rdc-number-input\" \r\n          class=\"rdc-input\" \r\n          placeholder=\"Enter a decimal number\"\r\n          step=\"any\"\r\n        \/>\r\n      <\/div>\r\n  \r\n      <div class=\"rdc-mode-selector\">\r\n        <button class=\"rdc-mode-btn rdc-active\" data-mode=\"down\">\r\n          <span>Round Down<\/span>\r\n        <\/button>\r\n        <button class=\"rdc-mode-btn\" data-mode=\"nearest\">\r\n          <span>Round Nearest<\/span>\r\n        <\/button>\r\n        <button class=\"rdc-mode-btn\" data-mode=\"up\">\r\n          <span>Round Up<\/span>\r\n        <\/button>\r\n      <\/div>\r\n  \r\n      <div class=\"rdc-precision-group\">\r\n        <label class=\"rdc-label\">Rounding Precision<\/label>\r\n        <div class=\"rdc-precision-options\">\r\n          <button class=\"rdc-precision-btn\" data-precision=\"1\"><span>1<\/span><\/button>\r\n          <button class=\"rdc-precision-btn\" data-precision=\"0.1\"><span>0.1<\/span><\/button>\r\n          <button class=\"rdc-precision-btn rdc-active\" data-precision=\"0.01\"><span>0.01<\/span><\/button>\r\n          <button class=\"rdc-precision-btn\" data-precision=\"0.5\"><span>1\/2<\/span><\/button>\r\n          <button class=\"rdc-precision-btn\" data-precision=\"0.25\"><span>1\/4<\/span><\/button>\r\n          <button class=\"rdc-precision-btn\" data-precision=\"0.125\"><span>1\/8<\/span><\/button>\r\n          <button class=\"rdc-precision-btn\" data-precision=\"0.0625\"><span>1\/16<\/span><\/button>\r\n        <\/div>\r\n      <\/div>\r\n  \r\n      <div class=\"rdc-result-section\">\r\n        <div class=\"rdc-result-label\">Rounded Result<\/div>\r\n        <div class=\"rdc-result-value\">0.00<\/div>\r\n      <\/div>\r\n  \r\n      <div class=\"rdc-number-line-container\">\r\n        <div class=\"rdc-number-line-title\">Visual Number Line<\/div>\r\n        <div class=\"rdc-number-line\" id=\"rdc-number-line\">\r\n          <div class=\"rdc-line\"><\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  \r\n    <script>\r\n      (function() {\r\n        'use strict';\r\n  \r\n        let currentMode = 'down';\r\n        let currentPrecision = 0.01;\r\n        let currentNumber = 0;\r\n  \r\n        const input = document.getElementById('rdc-number-input');\r\n        const resultValue = document.querySelector('.rdc-result-value');\r\n        const numberLine = document.getElementById('rdc-number-line');\r\n        const modeButtons = document.querySelectorAll('.rdc-mode-btn');\r\n        const precisionButtons = document.querySelectorAll('.rdc-precision-btn');\r\n  \r\n        function roundNumber(num, precision, mode) {\r\n          if (mode === 'down') {\r\n            return Math.floor(num \/ precision) * precision;\r\n          } else if (mode === 'up') {\r\n            return Math.ceil(num \/ precision) * precision;\r\n          } else {\r\n            return Math.round(num \/ precision) * precision;\r\n          }\r\n        }\r\n  \r\n        function formatNumber(num) {\r\n          if (Math.abs(num) < 0.01 && num !== 0) {\r\n            return num.toExponential(2);\r\n          }\r\n          return num.toFixed(Math.max(0, -Math.floor(Math.log10(currentPrecision))));\r\n        }\r\n  \r\n        function updateNumberLine(original, rounded) {\r\n          numberLine.innerHTML = '<div class=\"rdc-line\"><\/div>';\r\n  \r\n          const range = currentPrecision * 5;\r\n          const min = rounded - range;\r\n          const max = rounded + range;\r\n  \r\n          for (let i = 0; i <= 10; i++) {\r\n            const value = min + (max - min) * (i \/ 10);\r\n            const tick = document.createElement('div');\r\n            tick.className = 'rdc-tick';\r\n            tick.style.left = (i * 10) + '%';\r\n            \r\n            const label = document.createElement('div');\r\n            label.className = 'rdc-tick-label';\r\n            label.textContent = formatNumber(value);\r\n            label.style.left = (i * 10) + '%';\r\n            \r\n            numberLine.appendChild(tick);\r\n            numberLine.appendChild(label);\r\n          }\r\n  \r\n          const originalPos = ((original - min) \/ (max - min)) * 100;\r\n          const roundedPos = ((rounded - min) \/ (max - min)) * 100;\r\n  \r\n          if (originalPos >= 0 && originalPos <= 100) {\r\n            const originalMarker = document.createElement('div');\r\n            originalMarker.className = 'rdc-marker rdc-marker-original';\r\n            originalMarker.style.left = originalPos + '%';\r\n            \r\n            const originalLabel = document.createElement('div');\r\n            originalLabel.className = 'rdc-marker-label';\r\n            originalLabel.textContent = 'Original: ' + formatNumber(original);\r\n            originalMarker.appendChild(originalLabel);\r\n            \r\n            numberLine.appendChild(originalMarker);\r\n          }\r\n  \r\n          if (roundedPos >= 0 && roundedPos <= 100) {\r\n            const roundedMarker = document.createElement('div');\r\n            roundedMarker.className = 'rdc-marker rdc-marker-rounded';\r\n            roundedMarker.style.left = roundedPos + '%';\r\n            \r\n            const roundedLabel = document.createElement('div');\r\n            roundedLabel.className = 'rdc-marker-label';\r\n            roundedLabel.textContent = 'Rounded: ' + formatNumber(rounded);\r\n            roundedMarker.appendChild(roundedLabel);\r\n            \r\n            numberLine.appendChild(roundedMarker);\r\n          }\r\n        }\r\n  \r\n        function calculate() {\r\n          const num = parseFloat(input.value) || 0;\r\n          currentNumber = num;\r\n          const rounded = roundNumber(num, currentPrecision, currentMode);\r\n          resultValue.textContent = formatNumber(rounded);\r\n          updateNumberLine(num, rounded);\r\n        }\r\n  \r\n        input.addEventListener('input', calculate);\r\n  \r\n        modeButtons.forEach(btn => {\r\n          btn.addEventListener('click', function() {\r\n            modeButtons.forEach(b => b.classList.remove('rdc-active'));\r\n            this.classList.add('rdc-active');\r\n            currentMode = this.dataset.mode;\r\n            calculate();\r\n          });\r\n        });\r\n  \r\n        precisionButtons.forEach(btn => {\r\n          btn.addEventListener('click', function() {\r\n            precisionButtons.forEach(b => b.classList.remove('rdc-active'));\r\n            this.classList.add('rdc-active');\r\n            currentPrecision = parseFloat(this.dataset.precision);\r\n            calculate();\r\n          });\r\n        });\r\n  \r\n        calculate();\r\n      })();\r\n    <\/script>\r\n  <\/div>\r\n  <!-- Start of the Supportive Content Section -->\r\n<div class=\"rdc-container rdc-support-content\">\r\n    <style>\r\n        .rdc-container {\r\n            --rdc-bg: #F8F9FA;\r\n            --rdc-accent-start: #667eea;\r\n            --rdc-accent-end: #764ba2;\r\n            --rdc-text-primary: #1a1a2e;\r\n            --rdc-text-secondary: #6c757d;\r\n            --rdc-panel-bg: #ffffff;\r\n            --rdc-border: #e0e0e0;\r\n            --rdc-shadow: rgba(102, 126, 234, 0.1);\r\n            --rdc-font-family: 'Poppins', sans-serif;\r\n            --rdc-radius: 24px;\r\n        }\r\n\r\n        .rdc-container {\r\n            font-family: var(--rdc-font-family);\r\n            background-color: var(--rdc-bg);\r\n            padding: 60px 0;\r\n            width: 100%;\r\n            position: relative;\r\n        }\r\n        .rdc-container *, .rdc-container *::before, .rdc-container *::after { box-sizing: border-box; }\r\n        .rdc-container h2, .rdc-container h3, .rdc-container p, .rdc-container ul { margin: 0; padding: 0; font: inherit; }\r\n        \r\n        \/* --- SUPPORTIVE CONTENT STYLES --- *\/\r\n        .rdc-support-content { padding-top: 0; background: var(--rdc-bg); \/* Use solid color for content *\/ }\r\n        .rdc-container .rdc-support-wrapper { max-width: 990px; margin: 0 auto; padding: 0 40px; }\r\n        .rdc-info-section {\r\n            padding: 4.5rem 0;\r\n            border-bottom: 1px solid var(--rdc-border);\r\n        }\r\n        .rdc-support-content .rdc-support-wrapper > .rdc-info-section:last-child {\r\n            border-bottom: none;\r\n        }\r\n\r\n        .rdc-container .rdc-section-heading {\r\n            font-size: 2.5rem;\r\n            font-weight: 800;\r\n            color: var(--rdc-text-primary);\r\n            text-align: center;\r\n            margin-bottom: 1rem;\r\n        }\r\n        .rdc-container .rdc-section-heading .highlight {\r\n             background: linear-gradient(135deg, var(--rdc-accent-start), var(--rdc-accent-end)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;\r\n        }\r\n\r\n        .rdc-container .rdc-section-subheading {\r\n            font-size: 1.1rem;\r\n            color: var(--rdc-text-secondary);\r\n            text-align: center;\r\n            max-width: 700px;\r\n            margin: 0 auto 3.5rem auto;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* Card Grid Layout *\/\r\n        .rdc-container .rdc-card-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr);\r\n            gap: 1.5rem;\r\n        }\r\n        \r\n        .rdc-container .rdc-info-card {\r\n            background-color: var(--rdc-panel-bg);\r\n            border-radius: var(--rdc-radius);\r\n            padding: 2rem;\r\n            text-align: center;\r\n            border: 1px solid var(--rdc-border);\r\n            box-shadow: 0 10px 30px -10px var(--rdc-shadow);\r\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n        }\r\n        .rdc-container .rdc-info-card:hover {\r\n            transform: translateY(-8px);\r\n            box-shadow: 0 16px 40px -15px var(--rdc-shadow);\r\n        }\r\n        \r\n        .rdc-container .rdc-card-icon {\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            width: 60px;\r\n            height: 60px;\r\n            margin: 0 auto 1.5rem auto;\r\n            border-radius: 16px;\r\n            background: linear-gradient(135deg, var(--rdc-accent-start), var(--rdc-accent-end));\r\n            color: #fff;\r\n        }\r\n        .rdc-container .rdc-card-icon svg { width: 28px; height: 28px; }\r\n\r\n        .rdc-container .rdc-info-card h3 {\r\n            font-size: 1.125rem;\r\n            font-weight: 700;\r\n            margin-top: 0;\r\n            margin-bottom: 0.75rem;\r\n            color: var(--rdc-text-primary);\r\n        }\r\n\r\n        .rdc-container .rdc-info-card p, .rdc-container .rdc-info-card ul {\r\n            font-size: 0.95rem;\r\n            color: var(--rdc-text-secondary);\r\n            line-height: 1.6;\r\n            margin: 0;\r\n            text-align: left;\r\n        }\r\n        \r\n        \/* Two-Column Feature Section *\/\r\n        .rdc-container .rdc-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }\r\n        .rdc-container .rdc-feature-grid .rdc-section-heading, .rdc-container .rdc-feature-grid .rdc-section-subheading { text-align: left; margin-left: 0; }\r\n        .rdc-container .rdc-feature-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 1.5rem; }\r\n        .rdc-container .rdc-feature-item { display: flex; align-items: flex-start; gap: 1rem; font-size: 1rem; }\r\n        .rdc-container .rdc-feature-item svg { flex-shrink: 0; width: 24px; height: 24px; color: var(--rdc-accent-start); margin-top: 2px; }\r\n        .rdc-container .rdc-feature-item strong { color: var(--rdc-text-primary); font-weight: 700; }\r\n        \r\n        \/* FAQ Section *\/\r\n        .rdc-container .rdc-faq-container { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 1rem; }\r\n        .rdc-container .rdc-faq-item { background: var(--rdc-panel-bg); border: 1px solid var(--rdc-border); border-radius: var(--rdc-radius); box-shadow: 0 5px 20px -5px var(--rdc-shadow); }\r\n        .rdc-container .rdc-faq-question {\r\n            padding: 1.25rem 1.5rem; font-size: 1.05rem; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: var(--rdc-text-primary); list-style: none;\r\n        }\r\n        .rdc-container .rdc-faq-question::-webkit-details-marker { display: none; }\r\n        .rdc-container .rdc-faq-icon { transition: transform 0.3s ease; width: 20px; height: 20px; color: var(--rdc-text-secondary); }\r\n        .rdc-container .rdc-faq-item[open] .rdc-faq-icon { transform: rotate(180deg); }\r\n        .rdc-container .rdc-faq-answer { padding: 0 1.5rem 1.5rem 1.5rem; color: var(--rdc-text-secondary); line-height: 1.7; }\r\n        .rdc-container .rdc-faq-answer strong { color: var(--rdc-text-primary); }\r\n        .rdc-container .rdc-faq-answer code { background: #f1f3f5; padding: 0.1rem 0.4rem; border-radius: 4px; }\r\n        \r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .rdc-container .rdc-section-heading { font-size: 2.25rem; }\r\n            .rdc-container .rdc-card-grid, .rdc-container .rdc-feature-grid { grid-template-columns: 1fr; }\r\n            .rdc-container .rdc-feature-grid .rdc-section-heading, .rdc-container .rdc-feature-grid .rdc-section-subheading { text-align: center; margin-left: auto; margin-right: auto; }\r\n        }\r\n        @media (max-width: 576px) {\r\n            .rdc-container .rdc-support-wrapper { padding: 0 20px; }\r\n            .rdc-container .rdc-section-heading { font-size: 2rem; }\r\n            .rdc-container .rdc-section-subheading { font-size: 1rem; }\r\n            .rdc-container .rdc-info-card, .rdc-container .rdc-faq-question, .rdc-container .rdc-faq-answer { padding: 1.5rem; }\r\n        }\r\n    <\/style>\r\n\r\n    <div class=\"rdc-support-wrapper\">\r\n\r\n        <!-- 1. Understanding the Rounding Modes -->\r\n        <section class=\"rdc-info-section\">\r\n            <h2 class=\"rdc-section-heading\">Understanding the <span class=\"highlight\">Rounding Modes<\/span><\/h2>\r\n            <p class=\"rdc-section-subheading\">Our calculator offers three distinct rounding methods. Choosing the right one depends on your specific goal.<\/p>\r\n            <div class=\"rdc-card-grid\">\r\n                <div class=\"rdc-info-card\">\r\n                    <div class=\"rdc-card-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 5.25l-7.5 7.5-7.5-7.5m15 6l-7.5 7.5-7.5-7.5\" \/><\/svg><\/div>\r\n                    <h3>Round Down (Floor)<\/h3>\r\n                    <p>This mode always rounds to the nearest number that is less than or equal to your input. For example, <strong>2.9<\/strong> rounded down to the nearest whole number is <strong>2<\/strong>.<\/p>\r\n                <\/div>\r\n                <div class=\"rdc-info-card\">\r\n                    <div class=\"rdc-card-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 15.75l7.5-7.5 7.5 7.5\" \/><\/svg><\/div>\r\n                    <h3>Round Up (Ceiling)<\/h3>\r\n                    <p>This mode always rounds to the nearest number that is greater than or equal to your input. For example, <strong>2.1<\/strong> rounded up to the nearest whole number is <strong>3<\/strong>.<\/p>\r\n                <\/div>\r\n                <div class=\"rdc-info-card\">\r\n                    <div class=\"rdc-card-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 15L12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9\" \/><\/svg><\/div>\r\n                    <h3>Round to Nearest<\/h3>\r\n                    <p>This is the most common method. It rounds to the nearest number. If a number is exactly halfway, it rounds up. For example, <strong>2.5<\/strong> rounds to <strong>3<\/strong>, and <strong>2.4<\/strong> rounds to <strong>2<\/strong>.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- 2. What is Rounding Precision? -->\r\n        <section class=\"rdc-info-section\">\r\n            <h2 class=\"rdc-section-heading\">What is Rounding <span class=\"highlight\">Precision<\/span>?<\/h2>\r\n            <p class=\"rdc-section-subheading\">Precision determines the \"grid\" of numbers you are rounding to. It's the increment you're snapping your original number to.<\/p>\r\n             <div class=\"rdc-feature-grid\" style=\"grid-template-columns: 1fr 1fr;\">\r\n                 <div class=\"rdc-info-card\" style=\"text-align:left;\">\r\n                    <h3>Rounding to Decimals<\/h3>\r\n                    <p>Choosing a precision like <strong>0.1<\/strong> means you are rounding to the nearest tenth. Choosing <strong>0.01<\/strong> means you are rounding to the nearest hundredth. This is common in financial calculations and scientific measurements.<\/p>\r\n                <\/div>\r\n                <div class=\"rdc-info-card\" style=\"text-align:left;\">\r\n                    <h3>Rounding to Fractions<\/h3>\r\n                    <p>Choosing a precision like <strong>1\/4 (0.25)<\/strong> means you are rounding to the nearest quarter. This is extremely useful in fields like construction, woodworking, and cooking, where measurements are often in fractions of an inch or a cup.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <!-- 3. The Power of Visualization -->\r\n        <section class=\"rdc-info-section\">\r\n            <h2 class=\"rdc-section-heading\">The Power of the <span class=\"highlight\">Visual Number Line<\/span><\/h2>\r\n            <p class=\"rdc-section-subheading\">The interactive number line isn't just a visual aid; it's a powerful tool for understanding the concept of rounding intuitively.<\/p>\r\n            <div class=\"rdc-card-grid\" style=\"grid-template-columns:1fr;\">\r\n                <div class=\"rdc-info-card\">\r\n                     <ul class=\"rdc-feature-list\" style=\"text-align: left; gap: 1rem;\">\r\n                        <li class=\"rdc-feature-item\">\r\n                            <span><strong>It shows context.<\/strong> The number line displays your original number in relation to the numbers it could be rounded to, making the concept of \"nearest\" immediately clear.<\/span>\r\n                        <\/li>\r\n                        <li class=\"rdc-feature-item\">\r\n                           <span><strong>It illustrates the \"jump.\"<\/strong> You can visually see the original number marker (in red) and the rounded number marker (in green), illustrating the distance and direction of the rounding operation.<\/span>\r\n                        <\/li>\r\n                         <li class=\"rdc-feature-item\">\r\n                           <span><strong>It clarifies precision.<\/strong> The ticks on the number line correspond to the precision you've selected, demonstrating the \"grid\" that your number is being snapped to.<\/span>\r\n                        <\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <!-- 4. FAQ Section -->\r\n        <section class=\"rdc-info-section\">\r\n            <h2 class=\"rdc-section-heading\">Frequently Asked <span class=\"highlight\">Questions<\/span><\/h2>\r\n            <p class=\"rdc-section-subheading\">Get quick answers to common questions about rounding decimals.<\/p>\r\n            <div class=\"rdc-faq-container\">\r\n                <details class=\"rdc-faq-item\">\r\n                    <summary class=\"rdc-faq-question\">\r\n                        <span>How do you round a negative number?<\/span>\r\n                        <svg class=\"rdc-faq-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9l-7 7-7-7\" \/><\/svg>\r\n                    <\/summary>\r\n                    <div class=\"rdc-faq-answer\">\r\n                        <p>Rounding negative numbers can seem counter-intuitive, but the rules are the same. \"Round Down\" always goes to the number with a smaller value (e.g., -2.1 rounded down is -3). \"Round Up\" always goes to the number with a larger value (e.g., -2.9 rounded up is -2). \"Round Nearest\" works as expected (e.g., -2.6 rounds to -3, -2.4 rounds to -2).<\/p>\r\n                    <\/div>\r\n                <\/details>\r\n                <details class=\"rdc-faq-item\">\r\n                    <summary class=\"rdc-faq-question\">\r\n                        <span>Why are there both decimal and fractional precision options?<\/span>\r\n                        <svg class=\"rdc-faq-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9l-7 7-7-7\" \/><\/svg>\r\n                    <\/summary>\r\n                    <div class=\"rdc-faq-answer\">\r\n                        <p>We include both to cover a wide range of practical applications. <strong>Decimal precision<\/strong> (0.1, 0.01) is essential for science, engineering, and finance. <strong>Fractional precision<\/strong> (1\/2, 1\/4, 1\/8) is crucial for physical measurements in fields like carpentry, machining, and crafts, where tape measures and tools are marked in fractions.<\/p>\r\n                    <\/div>\r\n                <\/details>\r\n                 <details class=\"rdc-faq-item\">\r\n                    <summary class=\"rdc-faq-question\">\r\n                        <span>What happens when a number is exactly halfway between two points?<\/span>\r\n                        <svg class=\"rdc-faq-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9l-7 7-7-7\" \/><\/svg>\r\n                    <\/summary>\r\n                    <div class=\"rdc-faq-answer\">\r\n                        <p>In the \"Round Nearest\" mode, our calculator follows the most common mathematical convention: \"round half up.\" This means that a number like <strong>2.5<\/strong>, which is exactly halfway between 2 and 3, will always be rounded up to <strong>3<\/strong>. Similarly, -2.5 would be rounded up to -2.<\/p>\r\n                    <\/div>\r\n                <\/details>\r\n            <\/div>\r\n        <\/section>\r\n\r\n    <\/div>\r\n<\/div>\r\n<!-- End of the Supportive Content Section --><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-homepage.php","meta":{"footnotes":""},"class_list":["post-5520","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Calculadora de Arredondamento de Decimais \u2013 Ferramenta R\u00e1pida e Precisa - Calculadora de Algarismos Sig<\/title>\n<meta name=\"description\" content=\"Arredonde decimais para o inteiro mais pr\u00f3ximo, d\u00e9cimo, cent\u00e9simo ou mais instantaneamente. Calculadora online gratuita para resultados matem\u00e1ticos r\u00e1pidos e precisos.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sigfigcalculator.io\/pt\/rounding-decimal-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rounding Decimal Calculator \u2013 Quick &amp; Accurate Tool - SigFig Calculator\" \/>\n<meta property=\"og:description\" content=\"Round decimals to the nearest whole, tenth, hundredth, or more instantly. Free online calculator for fast and precise math results.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sigfigcalculator.io\/rounding-decimal-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"SigFig Calculator\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-01T11:04:01+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sigfigcalculator.io\\\/rounding-decimal-calculator\\\/\",\"url\":\"https:\\\/\\\/sigfigcalculator.io\\\/rounding-decimal-calculator\\\/\",\"name\":\"Rounding Decimal Calculator \u2013 Quick &amp; Accurate Tool - SigFig Calculator\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sigfigcalculator.io\\\/#website\"},\"datePublished\":\"2025-09-08T11:03:41+00:00\",\"dateModified\":\"2025-10-01T11:04:01+00:00\",\"description\":\"Round decimals to the nearest whole, tenth, hundredth, or more instantly. Free online calculator for fast and precise math results.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sigfigcalculator.io\\\/rounding-decimal-calculator\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sigfigcalculator.io\\\/rounding-decimal-calculator\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sigfigcalculator.io\\\/rounding-decimal-calculator\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/sigfigcalculator.io\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Rounding Decimal Calculator \u2013 Quick &amp; Accurate Tool\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sigfigcalculator.io\\\/#website\",\"url\":\"https:\\\/\\\/sigfigcalculator.io\\\/\",\"name\":\"SigFig Calculator\",\"description\":\"Your tool for perfect scientific accuracy\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sigfigcalculator.io\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Calculadora de Arredondamento de Decimais \u2013 Ferramenta R\u00e1pida e Precisa - Calculadora de Algarismos Sig","description":"Arredonde decimais para o inteiro mais pr\u00f3ximo, d\u00e9cimo, cent\u00e9simo ou mais instantaneamente. Calculadora online gratuita para resultados matem\u00e1ticos r\u00e1pidos e precisos.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sigfigcalculator.io\/pt\/rounding-decimal-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Rounding Decimal Calculator \u2013 Quick &amp; Accurate Tool - SigFig Calculator","og_description":"Round decimals to the nearest whole, tenth, hundredth, or more instantly. Free online calculator for fast and precise math results.","og_url":"https:\/\/sigfigcalculator.io\/rounding-decimal-calculator\/","og_site_name":"SigFig Calculator","article_modified_time":"2025-10-01T11:04:01+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sigfigcalculator.io\/rounding-decimal-calculator\/","url":"https:\/\/sigfigcalculator.io\/rounding-decimal-calculator\/","name":"Rounding Decimal Calculator \u2013 Quick &amp; Accurate Tool - SigFig Calculator","isPartOf":{"@id":"https:\/\/sigfigcalculator.io\/#website"},"datePublished":"2025-09-08T11:03:41+00:00","dateModified":"2025-10-01T11:04:01+00:00","description":"Round decimals to the nearest whole, tenth, hundredth, or more instantly. Free online calculator for fast and precise math results.","breadcrumb":{"@id":"https:\/\/sigfigcalculator.io\/rounding-decimal-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sigfigcalculator.io\/rounding-decimal-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sigfigcalculator.io\/rounding-decimal-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sigfigcalculator.io\/"},{"@type":"ListItem","position":2,"name":"Rounding Decimal Calculator \u2013 Quick &amp; Accurate Tool"}]},{"@type":"WebSite","@id":"https:\/\/sigfigcalculator.io\/#website","url":"https:\/\/sigfigcalculator.io\/","name":"SigFig Calculator","description":"Your tool for perfect scientific accuracy","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sigfigcalculator.io\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/sigfigcalculator.io\/pt\/wp-json\/wp\/v2\/pages\/5520","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sigfigcalculator.io\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sigfigcalculator.io\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sigfigcalculator.io\/pt\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/sigfigcalculator.io\/pt\/wp-json\/wp\/v2\/comments?post=5520"}],"version-history":[{"count":4,"href":"https:\/\/sigfigcalculator.io\/pt\/wp-json\/wp\/v2\/pages\/5520\/revisions"}],"predecessor-version":[{"id":5524,"href":"https:\/\/sigfigcalculator.io\/pt\/wp-json\/wp\/v2\/pages\/5520\/revisions\/5524"}],"wp:attachment":[{"href":"https:\/\/sigfigcalculator.io\/pt\/wp-json\/wp\/v2\/media?parent=5520"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}