Japanese English

RINPn User Guide

The online user guide of the RINPn. The same document is bundled in the package of the RINPn.

Index


Introduction - Overview of the RINPn and Preparation to Use
Introducing the RINPn, and explaining preparations to use the RINPn.

Step 1 - How to Use in GUI Mode (on the Calculator Window)
Explaining how to calculate on the calculator window of the RINPn.

Step 2 - How to Use in CUI Mode (on the Command-Line Terminal)
Explaining how to calculate by using the RINPn in a command-line.

Step 3 - How to Execute Scripts
Explaining how to execute scripts for complicated numerical calculations, automatic processings, and so on.

Step 4 - How to Add Functions/Variables by Scripts (Library Scripts)
Explaining how to implement new functions/variables as script code, for using them on the RINPn.

Step 5 - Implement Functions/Variables in Java® (Plug-in Development)
Explaining how to implement new functions/variables in Java®, for using them on the RINPn.

Step 6 - How to Embed into Other Software
Explaining how to embed the calculation/scripting engine of the RINPn to other sowtware written in Java®.

Appendix - List of Built-in Functions/Variables
The list of frequently-used functions/variables available on the RINPn.
- Trademarks/Credits -
  • Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  • 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.
  • Other names may be either a registered trademarks or trademarks of their respective owners.

Japanese English
Index of this category
News

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." Delves into each of them!

Inside the Repetitive Execution Speedup Impremented in Vnano Ver.1.1
2024/01/17 - Delves into the update in Vnano 1.1 from a developer's viewpoint, providing detailed insights into the specific improvements made to the internal structure of the script engine.

Scripting Engine Vnano Ver.1.1 Released: Dramatic Speed Improvement for Repetitive Executions of the Same Content
2023/12/22 - Released the Vnano script engine Ver.1.1. In this version, we've made significant enhancements in processing speed by reducing the overhead of handling requests. Explains the details.

Code Archive
Circular Wave Animation

Draws the circular wave as 3D animation, under the specified wave parameters.
2022-12-14
Sine Wave Animation

Draws the sine wave as animation, under the specified wave parameters.
2022-11-26
Tool For Converting Units of Angles: Degrees and Radians

A GUI tool for converting the angle in degrees into radians, or radians into degrees.
2022-11-22
Fizz Buzz Program

A program printing the correct result of Fizz Buzz game.
2022-05-12
Vnano | Solve The Lorenz Equations Numerically

Solve the Lorenz equations, and output data to plot the solution curve (well-known as the "Lorenz Attractor") on a 3D graph.
2021-02-18
» More