App:Racl

raku calculator for the command line

raku App::Racl

raku calculator for the command line

Install

zef install --verbose App::Ralc

Usage

ralc [--help] <cmd>

Examples

[1] > ralc 'say (1.6km / (60 * 60 * 1s)).in: <mph>'               #0.994194mph
[2] > ralc 'my \m=95kg; my \a=♎️"9.81 m/s^2"; my \f=m*a; say f'   #931.95N
[3] > ralc 'say (♎️"12.5 ft ±3%").in: <mm>'                       #3810mm ±114.3
[4] > ralc 'my \λ=2.5nm; my \ν=c/λ; say ν.norm'                   #119.916..PHz
[5] > ralc 'my \x=♎️"37 °C"; my \y=♎️"98.6 °F"; say x cmp y'      #Same
[6] > ralc 'say ♓️<80°T> + (♓️<43°30′30″M>).T'                    #124°ESE (T)

More Info

Copyright

copyright(c) 2023 Henley Cloud Consulting Ltd.

App:Racl v0.0.1

raku calculator for the command line

Authors

  • librasteve

License

Artistic-2.0

Dependencies

Physics::MeasurePhysics::ConstantsPhysics::Navigation

Test Dependencies

Provides

  • App::Ralc

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.