nextpagen
Home Overview How to use Support About Japanes English
BigNumberCalculatoricon128x128

Big Number Calculator   Ver 1

   for macOS

 “Big Number Calculator” is an application that can calculate very large numbers.
The format that can be used is decimal (integer). The calculation functions that can be used are addition, subtraction, multiplication, and division. The number of digits is limited to 66000 digits. Only plus signs can be used. Minus signs cannot be used.
 The calculation engine used in the calculation can be selected from “Swift” and “Objective-C”. You can also view the source code of the calculation engine. Please use at your own risk.
 Only numerical values ​​(1,2,3,4,5,6,7,8,9,0) are extracted from the input data. You can optionally enter non-numeric characters. It can be used as a delimiter.
 It can be load from a file in addition to direct input.
 Input data and calculation results are automatically formatted for printing and saving. The save file is saved in text format (.txt).

Use the image in dark mode.

toTopen2
calcimage1en

Input data and calculation results can be replaced by dragging and dropping. It can also be registered in the register.
Further calculations can be made using the replaced data.

calcimage12en
toTopen2a

Main Specifications

  • MacOS 64-bit processor, macOS 10.12 or later

Main functions

Maximum number of digits of input data

  • 66000 digits

Calculation function

  • Addition, subtraction, multiplication, division
    The algorithm uses the "brush calculation method".
    The division is displayed as "quotient and remainder".

Calculation engine

  • “Swift” and “Objective-C” can be selected.

Numeric format

  • Decimal number (integer)
    Only the plus sign can be used as the sign. Minus signs cannot be used.

Numerical input

  • Only numerical values ​​(1,2,3,4,5,6,7,8,9,0) are extracted.
  • Characters other than numerical values ​​can be entered in the option settings. Can be used as a delimiter.

Data replacement and registration

  • Input data and calculation results can be replaced by dragging and dropping.
    It can also be registered in the register.

Load from file

  • The file types that can be load are "txt, rtf, rtfd".

Separation

  • Separate with the selected delimiter (comma and space).
  • Separate by the selected number of separation digits (3, 6, 10, 16, 24).
    Any number of separation digits can be entered.

Printing

  • Input data and calculation results are automatically formatted.

Save

  • Input data and calculation results are automatically formatted.
  • The file format is text (.txt) format.

Source code

  • The source code of the calculation engine can be displayed.
    Please use at your own risk.
toTopen2a1

Version information

Version

Release Date

Compatibility

Content

1.1.0

Oct 5, 2023

OS X 10.13 or later

1. Supported macOS Sonoma 14.0.
2. The compatible OS has been changed to macOS 10.13 or later.
3. Fixed an issue where support page links were not displayed correctly.

1.0.2

Nov 11, 2021

OS X 10.12 or later

1. Supports macOS 13 "Ventura".

1.0.1

Oct 27, 2021

OS X 10.12 or later

1. Supports macOS 12 Monterey.

1.0.0

Nov 26, 2020

OS X 10.12 or later

1. Release.

Copyright © 2023 in-bluesky. All rights reserved.