The AROS Archives(anonymous IP: 3.145.151.141,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (46)
   o Development (242)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1623

Full index file
Recent index file

Part of aros exec
 Readme for:  Development » Example » amath.src.lha

amath.src

Description: Simple command line calculator (source)
Download: amath.src.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 640kb
Version: 1.8.5
Date: 09 Aug 18
Author: Carsten Larsen
Submitter: Carsten Larsen
Homepage: https://amath.innolan.net/
Category: development/example
License: BSD
Distribute: yes
FileID: 1732
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 53  (Current version)
53  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
Features

- Case sensitive command line interface
- Native IEEE 754 with 15 significant digits
- Calculations with real and complex numbers
- Variables and user defined functions
- Logarithmic and exponential functions
- Trigonometric and hyperbolic functions
- Mathematical constants and rounding functions
- Disk functions to load, save and view content
- Comprehensive and easy to use builtin help
- Freely distributable sources (BSD license)

Build on AROS

> sh configure --disable-pic
> make static

Usage on AROS

Open amath in its own window:
> amath

Do a calculation in shell:
> amath 1.2+1.4

Get an interactive prompt in shell:
> amath shell

Show version string:
> amath version

Run regression tests:
> amath --test


Copyright © 2005 - 2024 The AROS Archives All Rights Reserved