Skip to content

Repository files navigation

tinyplot

입력받은 식을 그래프로 표현합니다.

사용 가능한 함수: $sin, cos, tan, log, exp, sqrt, abs$

사용 가능한 상수: $pi, e$

예시

y=5/(x+1)-2

Parsed Expression:((5.000000 / (x + 1.000000)) - 2.000000)
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         *                        
                         |                        
                         |                        
                         |*                       
-------------------------+------------------------
                         | **                     
                         |   *****                
                         |        ****************
***************          |                        
               *****     |                        
                    *    |                        
                     *   |                        
                         |                        
                      *  |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                       * |                        
y=sqrt(x+5)-3

Parsed Expression:(sqrt((x + 5.000000)) - 3.000000)
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                 *******
                         |          *******       
-------------------------+----******--------------
                         |****                    
                       ***                        
                    ***  |                        
                   *     |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        
                         |                        

Limitations

  • $-20 \leq x \leq 20, -10 \leq y \leq 10$으로 제한
  • $60\times30$으로 제한

License

MIT License 💕

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages