Skip to content

codeestX/syntax-quick-learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syntax-quick-learning [WIP]

For we programmer, the fatest way to learn a new language is reading code. Learning syntax of a new language and also don't forget to write code you are good at here!

1、calculate natural log e, with last item precision < 1e-4

img

2、Sum all the prime numbers up to and including the provided number.

![img](http://latex.codecogs.com/gif.latex?sumPrimes(n) = 2 + 3 + 5 + 7 + ...)

About

syntax-quick-learning [WIP]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 14.9%
  • C# 14.3%
  • PHP 13.4%
  • Shell 11.6%
  • C++ 10.5%
  • C 9.9%
  • Other 25.4%