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
Something kind of funny a...
by
OC DelGuy
[
Today
at 02:15:21 am]
Newbie in Web Programming...
by
Edgardo M. López
[
Today
at 01:34:43 am]
Why isn't Lazarus / Free ...
by
Lenny33
[
Today
at 01:10:14 am]
TListView - please advis...
by
TRon
[
Today
at 12:01:23 am]
Randomally generated code
by
rvk
[April 28, 2025, 11:06:58 pm]
Updating and redrawing SV...
by
PawelO
[April 28, 2025, 11:00:19 pm]
coded DBUG?
by
440bx
[April 28, 2025, 10:20:02 pm]
EOF Problem
by
OC DelGuy
[April 28, 2025, 09:38:57 pm]
hwnd type error
by
TBMan
[April 28, 2025, 09:10:31 pm]
'Events' Quiry
by
J-G
[April 28, 2025, 07:31:06 pm]
New shader examples for r...
by
Guva
[April 28, 2025, 07:18:51 pm]
Liverpool's wins are fib...
by
Thaddy
[April 28, 2025, 05:47:57 pm]
Why there is no build-in ...
by
Seenkao
[April 28, 2025, 05:41:52 pm]
Lazarus Install Question
by
440bx
[April 28, 2025, 04:28:40 pm]
Spiral search of an image
by
user5
[April 28, 2025, 04:05:34 pm]
[SOLVED] Testing with SQL...
by
1HuntnMan
[April 28, 2025, 03:53:35 pm]
Fpcupdeluxe
by
Philippe1
[April 28, 2025, 03:09:12 pm]
[Solved] Check if URL is ...
by
d2010
[April 28, 2025, 02:23:01 pm]
"Object Oriented Programm...
by
d.ioannidis
[April 28, 2025, 02:22:24 pm]
[solved with GENIUS demo]...
by
Nicole
[April 28, 2025, 01:53:07 pm]
Ctrl-V doesn't work anymo...
by
TRon
[April 28, 2025, 12:30:26 pm]
TStringGrid: what is the ...
by
Handoko
[April 28, 2025, 12:08:57 pm]
UUIDv7 library and demo
by
Thaddy
[April 28, 2025, 11:38:15 am]
macOS 15.4 Breaks All Com...
by
Hansaplast
[April 28, 2025, 11:35:27 am]
ShowModal has a bug in Li...
by
TRon
[April 28, 2025, 11:34:11 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: 21237.0 as TDateTime (Read 1205 times)
Thaddy
Hero Member
Posts: 16820
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: 4329
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