libbio
Loading...
Searching...
No Matches
Number.h
Go to the documentation of this file.
1// This file is a part of the Biology project by eons LLC.
2// Biology (aka Develop Biology) is a framework for approaching software
3// development from a natural sciences perspective.
4//
5// Copyright (C) 2025 Séon O'Shannon & eons LLC
6//
7// This program is free software: you can redistribute it and/or modify
8// it under the terms of the GNU Affero General Public License as
9// published by the Free Software Foundation, either version 3 of the
10// License, or (at your option) any later version.
11//
12// This program is distributed in the hope that it will be useful,
13// but WITHOUT ANY WARRANTY; without even the implied warranty of
14// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15// GNU Affero General Public License for more details.
16//
17// You should have received a copy of the GNU Affero General Public License
18// along with this program. If not, see <https://www.gnu.org/licenses/>.
19
20#pragma once
21
22namespace bio
23{
24
28typedef long double Number;
29
30}
Definition FinalCell.h:29
long double Number
Definition Number.h:28