GithubHelp home page GithubHelp logo

frolow_test's Introduction

HP Prime calculator with Frolow Test.

Frolow test for calculator HP Prime.

I used this test from this article http://www.leningrad.su/calc/speed.php

Calculator HP Prime description:

Software version: 2.1.14603(2021 12 02)

Hardware Version: C

CAS Version: 1.5.0

Serial Number:9CJ71500VS

Operating System:V0.050.640

HP Prime

Program for test:

Language: HP PPL

#pragma mode( separator(,;;) integer(b32) )
EXPORT FROLOW_TEST()
BEGIN
FOR D FROM 1 TO 1000 DO

LOCAL A:=1,0000001;
LOCAL B:=A;
 
 FOR C FROM 1 TO 27 DO
  A:= A*A;
  B:= B^2,01
 END;
 
PRINT(A);
PRINT(B);
PRINT("------------");

END;
END;

HP Prime PPL

Speed:

Iteration was made 1000 times for speed calculation.

1000 iteration = 00:58.18 min

10 iteration = 00:00.5818 min

Math Result :

674514.86877

4669470.09653

HP Prime Result

P.S.

For screenshot i used HP Prime Connectivity Kit

If you see any mistake or questions please write me or leave comment in this GitHub.

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.