Skip to content

GithubCoder2021/breakinfinity.java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

breakinfinity.java

Break infinity ported into java. Cant use expressions yet. You can only set variables

This is just a porting test. maybe logarithms were better.

Example

breakinfinity test = new breakinfinity("Number", 1 , 10);
System.out.println(test);

The first Parameter is the name of the variable, second is mantissa and third is your exponent in 10^x The code above prints out 1.0e10.0 (1e10)

Operators coming soon...

About

Break infinity ported into java. Cant use expressions yet. You can only set variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages