The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
Weird question, what program is this?
06-22-2024, 01:17 PM (This post was last modified: 06-22-2024 01:19 PM by DA74254.)
Post: #1
Weird question, what program is this?
Hello,
I have a weird question..

Going through my programs on my DM 32, I found a program I made some time ago, but I really don't remember what it is for. If I recall, it has something with calculations on black holes (probably decay time). Anyone who can shed light on this and if so, direct med to a webpage where I (must have) found this program?

Code:

LBL B
  0
  STO L
  STO M
  INPUT L
  x=0?
  GTO C
  31
  10\powx;
  \mul;
  3
  \powx;\sqrt;y
  STO M
  VIEW M
  LBL C
  INPUT M
  x=0?
  GTO B
  3
  y\powx;
  31
  10\powx;
  \div;
  STO L
  VIEW L
  RTN

Esben
15C CE, 28s, 35s, 49G+, 50G, Prime G2 HW D, SwissMicros DM32, DM42, DM42n, WP43 Pilot
Elektronika MK-52 & MK-61
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Weird question, what program is this? - DA74254 - 06-22-2024 01:17 PM



User(s) browsing this thread: 1 Guest(s)