Skip to content
/ -Math- Public

a language and a set of functions for writing mathematical proofs and calculations.

Notifications You must be signed in to change notification settings

AyoDev/-Math-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Math

a language and a set of functions for writing mathematical proofs and calculations.


variables

x = 7 y = 10 z = x + 7

functions f(x) = 2x g(x) = x + 1

f(g(x)) = 2(x+1)

symbols

+ - * / basic math operrators

` denotes a comment

|| absolute value

< > greater than and less than

! factorial

About

a language and a set of functions for writing mathematical proofs and calculations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages