Math Library Module in python – CBSE class12
Math Library Module
Other than Built-in functions, python also provides many of the functions through modules in its standard library.
What is python standard library
Python’s standard library is a collection of many modules for different function.
For example-
- Module time offers time related functions
- Module string offer functions for string manipulations
- Module math offers functions for mathematical functions for mathematical calculations in python programs.
- Random module used to generate random numbers
In this tutorial, we are going to discuss Math Module
Mathematical functions in math module
Why Math Library Module in Python?
In this tutorial, we have learnt about Math Library Module in python for cbse class 11 & 12 and its related concepts according to CBSE syllabus. This tutorial is useful for Central Board of secondary education (CBSE) student of class 11th and 12th , who opted computer science (Code 083) as an optional subject. This topic is also very important to start learning python programing language for beginners of class 11th and 12th.
You can check the latest CBSE syllabus for computer science Click here for syllabus OR Click here
UNIT NO. | UNIT NAME | MARKS |
1 | Computational thinking and programming | 40 |
2 | Computer network | 10 |
3 | Database management | 20 |
4 | Practical | 30 |
5 | Total | 100 |
Unit II: Computational Thinking and Programming – 1
According to the syllabus , Unit II Computational Thinking and Programming – 1 has the above concepts for learning related to python Math Library Module in Python.
Exam Time
Chapter : Math Library Module
IMPORTANT QUESTIONS : Asked in examinations of Class 12th Computer Science
convert to math formula to python code? |
math module in python with example? |
import math library in python? |
Read more
-
structure of module in python
-
arithmetic operators
-
operators in python
-
types of operators
-
logical operators
-
membership operators
-
standard library module
- Identifiers in python