Skip to content

neurlang/eml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EML

All elementary functions from a single operator for golang

EML GOLANG GOPHER IMAGE

Whitepaper

Go Playground

Demos

Euler's constant

	var euler = &EmlProgram{&EML, &ONE, &ONE}
	println(euler.Evaluate(1337))

Negate the input number

	var negate = &EmlProgram{&EML, &EML, &ONE, &EML, &ONE, &EML, &ONE, &EML, &EML, &ONE, &ONE, &ONE, &EML, EXX, &ONE}
	println(negate.Evaluate(1))

Calculate the reciprocal

	var reciprocal = &EmlProgram{&EML, &EML, &EML, &ONE, &EML, &ONE, &EML, &ONE, &EML, &EML, &ONE, &ONE, &ONE, EXX, &ONE}
	println(reciprocal.Evaluate(5))

About

All elementary functions from a single operator for golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors