Bertrand Benjamin
78ce8f767a
All checks were successful
continuous-integration/drone/push Build is passing
15 lines
377 B
Python
15 lines
377 B
Python
#!/usr/bin/env python
|
|
# encoding: utf-8
|
|
|
|
from .calculus import Expression, Integer, Decimal, random_list, render, Polynomial, Fraction
|
|
|
|
# Expression.set_render('tex')
|
|
|
|
from .stat import Dataset, WeightedDataset
|
|
from .geometry import random_pythagore
|
|
|
|
# -----------------------------
|
|
# Reglages pour 'vim'
|
|
# vim:set autoindent expandtab tabstop=4 shiftwidth=4:
|
|
# cursor: 16 del
|