RINEARN
HOMEINFOSOFTTECHAICONTACT
RINEARN > English Top > RINPn
Japanese English

RINPn


» How to Use

RINPn (RINEARN Processor nano) is a free scientific calculator software featuring a very simple user interface. RINPn operates in both GUI (calculator window) and CUI (command-line terminal) modes.

Additionally, RINPn is customizable and programmable. For instance, you can define new functions and variables through scripting, or extend its built-in functions by developing plugins in Java™, and more.

  • Features of the RINPn
  • Download
  • Ask the AI for help (ChatGPT account required)
  • User Guide
| Introduction - Overview of RINPn and Getting Started | How to Use in GUI Mode (Calculator Window) | How to Use in CUI Mode (Command-Line) | How to Execute Scripts | How to Add Functions/Variables by Scripts | Implement Functions/Variables in Java® | How to Embed into Other Software | List of Built-in Functions/Variables |
  • Source Code Repository (GitHub)
  • Contact Us

Available on Various PC Operating Systems

RINPn is developed in Java™, making it compatible with multiple operating systems such as Microsoft® Windows®, Linux, and others. Additionally, RINPn can be run from a USB drive on multiple PCs without needing installation.

For Microsoft Windows

To launch RINPn, double-click "RINPn.bat (Type: Windows Batch File)" in the downloaded/extracted folder. The first time you run RINPn, it may prompt you to download the Java Runtime Environment (JRE), which will be placed in the "jre" folder within the RINPn directory and will not install system-wide. » More details

For Linux and Other Systems

To start RINPn on Linux, navigate to the downloaded/extracted folder using the cd command, and enter:

java -jar RINPn.jar

If you encounter an error stating that the "java" command is unavailable, you will need to install the Java Runtime Environment (JRE). The OpenJDK project's JRE can often be installed easily using the apt command. However, note that the "headless" version of JRE is not suitable for RINPn. » More details

For Command Line Usage

For both Windows and Linux, you can also operate RINPn from the command-line terminal by adding the "cmd" folder of RINPn to your system's "Path" or "PATH" environment variable. » More details

Simple Window

RINPn's interface is similar to that of traditional scientific calculators, making it very user-friendly.

Window Design

You can also retract the key panel when not in use.

Retracted Key Panel

Additionally, the window's color, opacity, font sizes, and other visual elements are customizable.

Input the Entire Expression

You can enter and calculate entire expressions in RINPn. The calculator includes a variety of mathematical and statistical functions:

An example of the calculation of a complicated expression.
- Default Mathematical/Statistical Functions Supported -
sin / cos / tan / asin / acos / atan / abs(absolute value) sqrt(square root) / log10 / ln(log with the base "e") / pow / exp / sum / mean / van(variance, denominator: N) / van1(variance, denominator: N-1) / sdn(standard-deviation, denominator: N) / sdn1(standard-deviation, denominator: N-1) / rad(conversion from degree to radian) / deg(conversion from radian to degree) ... etc.
» List and Details

Define Functions and Variables

RINPn supports a C-like simple scripting language, Vnano*, which allows users to define functions and variables. You can create these definitions in library script files located in the "lib" folder and use them within your expressions in RINPn.

- Example of a Library Script File -
code/ExampleLibrary.vnano

* Vnano, developed by RINEARN, is a scripting engine/language designed for embedded use in applications. For more information on the features and syntax of Vnano, refer to: Features of the Vnano as a Language - Vnano Tutorial

Execute Script Files

Besides defining functions and variables, you can also write complex calculation scripts and execute them with RINPn.

Here are some examples of scripts available in the VCSSL/Vnano code archive that you can use with RINPn:

Solve The Lorenz Equations Numerically

This script solves the Lorenz equations and outputs data to plot the solution curve, known as the "Lorenz Attractor," on a 3D graph.
Output Data of Numerical Integration For Plotting Graph

This script computes integrated values numerically and outputs data for graph plotting.
Compute Integral Value Numerically

This script calculates integral values using the rectangular method, trapezoidal method, and Simpson's rule.

Available in the Command-Line

By adding the "cmd" folder of RINPn to the "Path" or "PATH" environment variable, the "rinpn" command becomes available for calculating expressions via the command-line terminal.

■ rinpn "1 + 2"
3

■ rinpn "(1 + 2) * 3 - 4 / 5"
8.2

■ rinpn "100 * (sqrt(2) / PI) * ( sin(2.3) + cos(3.4) ) / ( 1 + tan(2.8/2) )"
-1.464085192

For instructions on how to add the folder to your path, search online: "how to add path windows" or "how to add path linux".

Open Source Softare

RINPn is open source, distributed under the MIT license, as is Vnano, the scripting engine/language used in RINPn.

  • RINPn Source Code Repository (GitHub)
  • Vnano Source Code Repository (GitHub)

Download

Start using RINPn today!

After downloading, extract the zip file. For Windows, double-click "RINPn.bat (Windows Batch File)". For other systems, execute "RINPn.jar (Executable Jar File)" via the command-line terminal. » More details

» Ask the AI for help (ChatGPT account required)

» If any error occurred

» Old versions

  • Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
  • Microsoft Windows is either a registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.
  • Linux is a trademark of linus torvalds in the United States and/or other countries.
  • Ubuntu is a trademark of Canonical Ltd. in the United States and/or other countries.
  • Other names may be either a registered trademarks or trademarks of their respective owners.

Japanese English
RINEARN > English Top > RINPn
  • Features of the RINPn
  • Download
  • Ask the AI for help (ChatGPT account required)
  • Source Code Repository (GitHub)
  • Contact Us
Index of this category
RINEARN > English Top > RINPn
  • Features of the RINPn
  • Download
  • Ask the AI for help (ChatGPT account required)
  • Source Code Repository (GitHub)
  • Contact Us
News

English Documentation for Our Software and VCSSL Is Now Nearly Complete
2025-06-30 - We're happy to announce that the large-scale expansion of our English documentation with the support of AI — a project that began two years ago — has now reached its initial target milestone.

VCSSL 3.4.52 Released: Enhanced Integration with External Programs and More
2025-05-25 - This update introduces enhancements to the external program integration features (e.g., for running C-language executables). Several other improvements and fixes are also included. Details inside.

Released: Latest Version of VCSSL with Fixes for Behavioral Changes on Java 24
2025-04-22 - VCSSL 3.4.50 released with a fix for a subtle behavioral change in absolute path resolution on network drives, introduced in Java 24. Details inside.

Released the Latest Versions of RINEARN Graph and VCSSL - Now Supporting Customizable Tick Positions and Labels!
2024-11-24 - Starting with this update, a new "MANUAL" tick mode is now supported, allowing users to freely specify the positions and labels of ticks on the graph. We'll explain the details and how to use it.

Released Exevalator 2.2: Now Compatible with TypeScript and Usable in Web Browsers
2024-10-22 - The open-source expression evaluation library, Exevalator, has been updated to version 2.2. It now supports TypeScript and can be used for evaluating expressions directly in web browsers. Explains the details.

Behind the Scenes of Creating an Assistant AI (Part 1: Fundamental Knowledge)
2024-10-07 - The first part of a series on how to create an Assistant AI. In this article, we introduce the essential knowledge you need to grasp before building an Assistant AI. What exactly is an LLM-based AI? What is RAG? And more.

Launching an Assistant AI to Support Software Usage!
2024-09-20 - We've launched an Assistant AI that answers questions about how to use RINEARN software and helps with certain tasks. Anyone with a ChatGPT account can use it for free. We'll explain how to use it.

Software Updates: Command Expansion in RINEARN Graph, and English Support in VCSSL
2024-02-05 - We updated our apps. This updates include "Enhancing the Command-Line Features of RINEARN Graph" and "Adding English Support to VCSSL." Dives into each of them!

» View More Articles
See Our News
on Twitter !
RINEARN Official Website | Top Page | Privacy Policy |
This website uses cookies for serving ads and analyzing traffic data. By continuing to use this website, you agree to our privacy policy.
This website is managed by RINEARN. All rights to the contents of this website are owned by RINEARN and its owner.
Copyright(C) RINEARN 2009 - 2025 All rights reserved.