Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Py Spark
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Search
C
Add a new snippet
Algorithms
13
Applications
5
Arithmetic Operations
2
Array
8
Basics
27
Compiler Design
1
Control Statements
4
Conversion Functions
1
Data Structures
12
Data Type
1
Date Functions
1
File
36
Keywords
1
Loops
1
Math Functions
30
Math Snippets
43
Memory Management
3
Misc
4
Networking
4
Operators
6
Pointers
17
String Functions
30
String Snippets
29
System Software
10
Utility Snippets
1
Choose Category
hypot - Calculates hypotenuse of right triangle
log - Calculates natural logarithm for the value
log10 - Calculates base 10 logarithm
modf - Seperate Round Value and fractorial Part
sin - Calculates sine
sinh - Calculates hyperbolic sine
sqrt - Finds square root
tan - Calculates tangent
tanh - Calculates hyperbolic tangent
atof - Converts String to float value
atof - Converts string into float value(Addition of 2 Values)
atoi - Converts the String to integer value
atol - Converts the string into long int value
atoll - Converts string into long long integer value
bsearch - performs a binary search on the sorted array buf
labs - Returns Long absolute value of num
llabs - Returns long long absolute value of num
ldiv - Returns the quotient and remainder for Long div structure value
Abs - Returns Absolute Value of an Integer
pow - Calculates a value raised to a power
isdigit - Find whether the given character is Numeric or not
isxdigit - Find whether the given character is HexaDecimal Digit or not
cos - Calculates Cosine value
cosh - Calculates hyperbolic cosine
exp - Raising the exponential e to the xth power
fabs - Finds absolute value of Float
floor - Finds smallest integer less than or equal to argument
ceil - Determine largest integer greater than or equal to argument
rand - Generates sequences of Pseudonumbers
fmod - Finds floating-point remainder