Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Miscellaneous
»
Other
»
21237.0 as TDateTime
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Minimal IPC approach?
by
TRon
[
Today
at 04:31:09 am]
Newbie in Web Programming...
by
incendio
[
Today
at 04:07:59 am]
Application still exist i...
by
incendio
[
Today
at 03:28:33 am]
Why isn't Lazarus / Free ...
by
Lenny33
[
Today
at 01:54:38 am]
Is there a chart displayi...
by
Jeff Duntemann
[
Today
at 12:28:14 am]
login_tty and openpty are...
by
Fred vS
[April 29, 2025, 11:34:52 pm]
How to re use a process
by
Remy Lebeau
[April 29, 2025, 10:49:36 pm]
Lazarus Release Candidate...
by
440bx
[April 29, 2025, 10:09:09 pm]
TListView - please advis...
by
TRon
[April 29, 2025, 09:49:00 pm]
$CODEPAGE + LCL = Incorre...
by
Thaddy
[April 29, 2025, 06:47:53 pm]
SOLVED: Warning: "crtbegi...
by
Thaddy
[April 29, 2025, 06:43:37 pm]
Randomally generated code
by
Thaddy
[April 29, 2025, 06:41:17 pm]
TStringGrid: what is the ...
by
jcmontherock
[April 29, 2025, 05:39:26 pm]
I figured out how to hide...
by
巨龙之路
[April 29, 2025, 04:13:36 pm]
Something kind of funny a...
by
Thaddy
[April 29, 2025, 03:49:09 pm]
[Solved] Console program ...
by
dseligo
[April 29, 2025, 03:38:12 pm]
Update on pinball game
by
TBMan
[April 29, 2025, 03:36:08 pm]
coded DBUG?
by
What I can do
[April 29, 2025, 02:45:32 pm]
hwnd type error
by
TBMan
[April 29, 2025, 02:14:17 pm]
Cannot execute Lazarus ID...
by
dbannon
[April 29, 2025, 01:55:11 pm]
modules (units) in online...
by
aja_ttara
[April 29, 2025, 11:35:02 am]
GTK3 still alpha
by
zeljko
[April 29, 2025, 08:51:13 am]
How to unzip to a memory ...
by
TRon
[April 29, 2025, 08:28:21 am]
[SOLVED] Testing with SQL...
by
egsuh
[April 29, 2025, 05:17:36 am]
A Project Inspector Page ...
by
EganSolo
[April 29, 2025, 03:01:13 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: 21237.0 as TDateTime (Read 1206 times)
Thaddy
Hero Member
Posts: 16826
Ceterum censeo Trump esse delendam
21237.0 as TDateTime
«
on:
February 21, 2024, 07:54:26 am »
Since the above TDateTime value is today exactly many moons ago (66) I treated myself on a little teaser, after the coffee that is:
Code: Pascal
[Select]
[+]
[-]
program
BirthdayParadox
;
{$mode objfpc}
uses
sysutils
,
math
;
function
CalculatePeopleForProbability
(
p
:
Double
)
:
Integer
;
begin
// Approximate the number of people needed for a given probability
Result
:
=
Ceil
(
Sqrt
(
2
*
365
*
Ln
(
1
/
(
1
-
p
)
)
)
)
;
end
;
begin
// Calculate the number of people needed for a 50% probability
// that two people share the same birthday
WriteLn
(
'Number of forum members needed for a 50% probability: '
,
CalculatePeopleForProbability
(
0.5
)
)
;
writeln
(
DateTimeToStr
(
21237.0
)
)
;
end
.
Logged
Changing servers. thaddy.com may be temporary unreachable but restored when the domain name transfer is done.
paweld
Hero Member
Posts: 1361
Re: 21237.0 as TDateTime
«
Reply #1 on:
February 21, 2024, 09:02:14 am »
@Thaddy: Happy birthday. Sto lat!
«
Last Edit: February 21, 2024, 08:09:08 pm by paweld
»
Logged
Best regards / Pozdrawiam
paweld
cdbc
Hero Member
Posts: 2108
Re: 21237.0 as TDateTime
«
Reply #2 on:
February 21, 2024, 09:06:20 am »
Hi
A very happy birthday to you Thaddy
Regards Benny
Logged
If it ain't broke, don't fix it
PCLinuxOS(rolling release) 64bit -> KDE5 -> FPC 3.2.2 -> Lazarus 3.6 up until Jan 2024 from then on it's both above &: KDE5/QT5 -> FPC 3.3.1 -> Lazarus 4.99
TRon
Hero Member
Posts: 4332
Re: 21237.0 as TDateTime
«
Reply #3 on:
February 21, 2024, 07:40:05 pm »
Happy birthday
Thaddy
and enjoy !
Logged
Today is tomorrow's yesterday.
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Miscellaneous
»
Other
»
21237.0 as TDateTime
TinyPortal
© 2005-2018