Patrick Gelvin
SwiftRPN is an RPN (Reverse Polish Notation) calculator that aims to be quick to open and easy to use.
최근 관측된 다운로드 가격은 무료입니다. 현재 결제 가격은 공식 App Store 링크에서 확인하세요.
Apple 공개 App Store 페이지에서 현재 확인되는 항목입니다. App Store Connect의 전체 상품 목록과 다를 수 있습니다.
출처: Apple 공개 App Store 페이지 · 공개 항목만 포함 · 확인 2026년 8월 6일 03:29 UTC
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 Store 데이터를 바탕으로 한 빠른 답변입니다.
최근 관측된 다운로드 가격은 Free입니다. 현재 결제 가격은 공식 App Store 링크에서 확인하세요.
Apple 공개 페이지에는 현재 이 스토어에서 0개의 구매 항목이 표시됩니다. 공개 목록은 완전하지 않을 수 있습니다.