Skip to content

scriptkitties/perl6-Ops-SI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ops::SI

Add postfix operators for SI prefixes.

Installation

Installation can be done through zef:

$ zef install Ops::SI

Usage

In your Perl 6 code, use the module and you're all set.

use Ops::SI;

dd 1k; # 1000
dd 2T; # 2000000000000
dd 3µ; # 0.000003
dd 4y; # 4e-24

License

This module is distributed under the terms of the AGPL version 3.0. You can find it in the LICENSE file distributed with the module.

About

Add new suffix operators for SI prefixes

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

  • Other 100.0%