Skip to content

MansourAlnuaimi/code-snacks

Repository files navigation

code snacks

Small codes that do something.

  1. arctan(x) calculator using power series representation

A program that calculates the value of arctan(x) or tan^{-1} (x) by representing arctan(x) as a power series. Note that the program cannot calculate values of x that aren't from the interval [-1, 1].

  1. Base-b to Decimal number converter

A program that takes the inputted number in any base-b, then it converts it to decimal (base-10)

  1. Password generator

A program that generates passords with specified length from the user. the password contains uppercase and lower case letters, symbols, numbers.

  1. Tile calculator

A program that calculate how many tiles your room will need, based on the room's and tile's dimensions.

  1. Random decider

If you are stuck between many option, this program will select randomly one of the choices.

Releases

No releases published

Packages

No packages published