README

raku App::Crag

raku calculator for the command line

Install

zef install --verbose App::Crag

Usage

crag [--help] <cmd>

Examples

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

More Info

Copyright

copyright(c) 2023 Henley Cloud Consulting Ltd.

App::Crag v0.0.3

calculator using raku grammars

Authors

  • librasteve

License

Artistic-2.0

Dependencies

Physics::MeasurePhysics::ConstantsPhysics::Navigation

Test Dependencies

Provides

  • App::Crag

Documentation

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