Home Technology peripherals It Industry Historic breakthrough: 14 years after the iPad came out, it is reported that Apple is finally considering bringing a native calculator app to it

Historic breakthrough: 14 years after the iPad came out, it is reported that Apple is finally considering bringing a native calculator app to it

Apr 24, 2024 pm 02:22 PM
ipad calculator macos

According to news from this site on April 24, in the 14 years since the advent of the Apple iPad, the iPadOS system does not come with a calculator. This situation will finally change this year. The latest news is that Apple plans to launch a calculator app natively for iPad devices.

历史性突破:iPad 问世 14 年,消息称苹果终于考虑为其带来原生计算器应用

Apple announced last night that it will hold a "Let's Fly" special event on May 7 and is expected to launch the 2024 iPad Pro / Air and accessories, and we are expected to hear a lot of new news about iPadOS 18 at this event.

This site currently reports that Apple also plans to simultaneously modify the calculator application in the macOS system this time, and the last major design update of the application on the macOS platform can be traced back to about ten years ago.

According to people familiar with the matter, the new version of the calculator application that Apple is testing internally is code-named "Grey Parrot" (the African gray parrot is famous for its intelligence and cognitive abilities).

In addition to the previously reported "Math Notes" function, the new version of the calculator will also bring a new history bar, which will display previous data for users in the form of a sidebar. An overview of the computational content.

Related reading:

"Apple announced that it will hold a "Let's Fly" special event on May 7, and is expected to launch 2024 iPad Pro/Air and accessories"

"News Said Apple macOS 15 will have the “most significant update in history” to its calculator app》

The above is the detailed content of Historic breakthrough: 14 years after the iPad came out, it is reported that Apple is finally considering bringing a native calculator app to it. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Chat Commands and How to Use Them
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Four ways to implement multithreading in C language Four ways to implement multithreading in C language Apr 03, 2025 pm 03:00 PM

Multithreading in the language can greatly improve program efficiency. There are four main ways to implement multithreading in C language: Create independent processes: Create multiple independently running processes, each process has its own memory space. Pseudo-multithreading: Create multiple execution streams in a process that share the same memory space and execute alternately. Multi-threaded library: Use multi-threaded libraries such as pthreads to create and manage threads, providing rich thread operation functions. Coroutine: A lightweight multi-threaded implementation that divides tasks into small subtasks and executes them in turn.

How to view the results after Bootstrap is modified How to view the results after Bootstrap is modified Apr 07, 2025 am 10:03 AM

Steps to view modified Bootstrap results: Open the HTML file directly in the browser to ensure that the Bootstrap file is referenced correctly. Clear the browser cache (Ctrl Shift R). If you use CDN, you can directly modify CSS in the developer tool to view the effects in real time. If you modify the Bootstrap source code, download and replace the local file, or rerun the build command using a build tool such as Webpack.

MySQL can't be installed after downloading MySQL can't be installed after downloading Apr 08, 2025 am 11:24 AM

The main reasons for MySQL installation failure are: 1. Permission issues, you need to run as an administrator or use the sudo command; 2. Dependencies are missing, and you need to install relevant development packages; 3. Port conflicts, you need to close the program that occupies port 3306 or modify the configuration file; 4. The installation package is corrupt, you need to download and verify the integrity; 5. The environment variable is incorrectly configured, and the environment variables must be correctly configured according to the operating system. Solve these problems and carefully check each step to successfully install MySQL.

How to use single threaded redis How to use single threaded redis Apr 10, 2025 pm 07:12 PM

Redis uses a single threaded architecture to provide high performance, simplicity, and consistency. It utilizes I/O multiplexing, event loops, non-blocking I/O, and shared memory to improve concurrency, but with limitations of concurrency limitations, single point of failure, and unsuitable for write-intensive workloads.

How to Chineseize navicat How to Chineseize navicat Apr 08, 2025 pm 11:30 PM

Navicat Chineseization method: Download the corresponding Chinese version patch and back up the original file; copy the Chinese version patch to the Navicat installation directory to overwrite the original file; restart Navicat; verify whether the menu, options, and prompts have been Chinese versioned.

What is the C# programming language? What is the C# programming language? Apr 03, 2025 pm 04:15 PM

Originally known as Cool, C# was invented by Anders Hejlsberg of Microsoft and launched in July 2000. C# is designed from scratch and is suitable for managed and embedded systems. For example, C# can run both on desktop computers and on IoT developers

How to identify the development language and framework of Mac applications by viewing application information? How to identify the development language and framework of Mac applications by viewing application information? Apr 02, 2025 pm 03:30 PM

How to identify the development framework of Mac applications when you are on Mac...

The most noteworthy programming language in 5 years The most noteworthy programming language in 5 years Apr 04, 2025 am 07:18 AM

This is in line with emerging trends. Let's dive deeper into the leading programming languages ​​in 2025, their strengths, and why you should invest in mastering them. The language Python is the most versatile; it performs well in artificial intelligence and data science, and it also performs well in web development. Among many languages, Python has the largest number of libraries and strong support in addition to its huge community. Python will do miracles in the fields of artificial intelligence and machine learning-related technologies. JavaScript JavaScript remains at the heart of contemporary web development (the development process of interactive interfaces). It works with other frameworks, including React and Angular, to enable web or mobile applications

See all articles