Skip to content
/ cmath Public

Math with complex numbers. Written for goboscript.

Notifications You must be signed in to change notification settings

FAReTek1/cmath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmath.gs

This is a math library for complex numbers which is built for goboscript. It is designed to be used with backpack

Installation

To use this, make sure to install backpack

You can use the cmath library by adding these lines to goboscript.toml:

[dependencies]
cmath = "https://github.com/FAReTek1/cmath@<the version you want to use>"

Then, add this %include to your gs file: you can also use this to just %include everything

%include backpack/cmath/cmath

About

Math with complex numbers. Written for goboscript.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published