SwiftRPN

工具

免费

SwiftRPN is an RPN (Reverse Polish Notation) calculator that aims to be quick to open and easy to use. = RPN Stack Work quickly and efficiently using the RPN Stack by pushing and popping values. The stack will always show what series of inputs led to each output, so you won't lose context during complicated expressions. = Extended Types SwiftRPN can understand scalar types like integers and real numbers, as well as vectors and square matrices of sizes 2, 3, and 4. When operating purely in the scalar integer domain, SwiftRPN can promote up to BigInts to avoid floating point imprecision. = 80 Operators SwiftRPN has 84 built-in operators with included documentation and examples. All the expected operators (basic arithmetic, exponents, logarithms) are present, as are: - Rounding functions (floor/ceil/trunc/round) - Unit conversions - Bitwise operations (and/or/not/xor/shift left/shift right) - Statistics (avg/min/max/sum/std dev/NPV) - Trigonometry (sin/cos/tan + arc/hyperbolic variants) - Vector operations (dot/cross/normalize/length/swizzle) - Matrix operations (identity/inverse/transpose + translation/scale/rotation matrix generators) = Unit Conversions SwiftRPN has 74 built-in units, and can convert between units within families, including: - Angle - Area - Colors (3 and 4 components) - Coordinate systems (2D and 3D) - Length - Mass - Storage (Base 10 [SI, 1000 bytes in a kb] and Base 2 [1024 bytes in a kb]) - Temperature - Time - Volume = Value Representation SwiftRPN recognizes values represented in binary, octal, decimal, and hexidecimal. You can: - Enter values in one representation, and convert them to another - See the result of bitwise operations in binary automatically - View vec3 and vec4 components (truncated) in hexidecimal when working with colors.

  • 此 App 尚未收到足够的评分或评论,无法显示整体评分。

New: Store and reuse your calculations with variables - Use Identifiers to give your results a name which you can use in place of the value for future operations. - View and manage all your variables with the new \variables command. New: Guided walkthrough - On first launch, you will be prompted to view a quick walkthrough of the features and interactions SwiftRPN provides.

开发者“Patrick Gelvin”已表明该 App 的隐私规范可能包括下述数据处理方式。更多相关信息,请参阅 开发者隐私政策

  • 未收集数据

    开发者不会从此 App 中收集任何数据。

    隐私规范可能因你使用的功能或你的年龄等因素而异。 进一步了解

    开发者表明此 App 支持以下辅助功能。 进一步了解

    • 支持的功能

      • 旁白

      • 深色界面

    • 提供者
      • Patrick Gelvin
    • 大小
      • 2.7 MB
    • 类别
      • 工具
    • 兼容性
      设备需装有 iOS 16.4 或更高版本。
      • iPhone
        设备需装有 iOS 16.4 或更高版本。
      • iPad
        设备需装有 iPadOS 16.4 或更高版本。
    • 语言
      • 英语
    • 年龄分级
      4+
    • 版权
      • © 2025 Patrick Gelvin