Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Calc 3 Calculator (Java)

A simple command-line Calc 3 helper written in Java.

Features

  • Arc length (numerical approximation)
  • Dot product (any dimension)
  • Cross product (3D)
  • Demo mode (matches the style of the original C++ zip)

Project Structure

calc3-calculator-java/
├─ src/
│ ├─ Main.java
│ ├─ ArcLength.java
│ └─ VectorMath.java
├─ .gitignore
├─ LICENSE
└─ README.md

About

Simple Java CLI Calc 3 calculator: arc length (numerical), dot product, and cross product with vector input.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /