• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
          • Syntax-for-tools
          • Atc
          • Language
            • Abstract-syntax
            • Integer-ranges
            • Implementation-environments
            • Dynamic-semantics
            • Static-semantics
            • Grammar
            • Integer-formats
            • Types
            • Portable-ascii-identifiers
            • Values
            • Integer-operations
            • Computation-states
            • Object-designators
            • Operations
            • Errors
            • Tag-environments
            • Function-environments
            • Character-sets
            • Flexible-array-member-removal
            • Arithmetic-operations
              • Sub-arithmetic-values
              • Rem-arithmetic-values
              • Ne-arithmetic-values
              • Mul-arithmetic-values
              • Eq-arithmetic-values
              • Div-arithmetic-values
              • Add-arithmetic-values
              • Plus-arithmetic-value
              • Minus-arithmetic-value
            • Pointer-operations
            • Bytes
            • Keywords
            • Real-operations
            • Array-operations
            • Scalar-operations
            • Structure-operations
          • Representation
          • Transformation-tools
          • Insertion-sort
          • Pack
        • Bv
        • Imp-language
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Language

Arithmetic-operations

Operations on C arithmetic values.

Subtopics

Sub-arithmetic-values
Apply binary - to arithmetic values [C17:6.5.6/4] [C17:6.5.6/6].
Rem-arithmetic-values
Apply % to arithmetic values [C17:6.5.5/3] [C17:6.5.5/5] [C17:6.5.5/6].
Ne-arithmetic-values
Apply != to arithmetic values [C17:6.5.9/3] [C17:6.5.9/4].
Mul-arithmetic-values
Apply binary * to arithmetic values [C17:6.5.5/3] [C17:6.5.5/4].
Eq-arithmetic-values
Apply == to arithmetic values [C17:6.5.9/3] [C17:6.5.9/4].
Div-arithmetic-values
Apply / to arithmetic values [C17:6.5.5/3] [C17:6.5.5/5] [C17:6.5.5/6].
Add-arithmetic-values
Apply binary + to arithmetic values [C17:6.5.6/4] [C17:6.5.6/5].
Plus-arithmetic-value
Apply unary + to an arithmetic value [C17:6.5.3.3/2].
Minus-arithmetic-value
Apply unary - to an arithmetic value [C17:6.5.3.3/3].